summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2020-03-06 11:36:21 -0800
committerTyler Gunn <tgunn@google.com>2020-03-06 11:36:21 -0800
commit81ea3ffa5030f1b380f8f79a4aba03a7f506f60c (patch)
treef7e1cd0e8f0cc9795de8751002207a3be007a102 /tools/aapt2/java/JavaClassGenerator_test.cpp
parentf3aea16bdbcff9f0a78ea1a68f3ea9aeb571a173 (diff)
Fix Telecom ConnectionTest.
A recent Telephony change was made to support missed calls reported over SMS; this change made FailureSignalingConnection fully mutable which failed some CTS. Given that its only the setAddress method which would fail the mutability check, re-added immutability in the FailureSignalingConnection since ultimately we do want to protect these from state changes, but removed the mutability check in the setAddress method since its reasonable to want to report an address in this case. Test: cts-tradefed run cts-dev -m CtsTelecomTestCases -t android.telecom.cts.ConnectionTest Fixes: 150811816 Change-Id: I7f37daf9ac65ff70eec7692410fa299cb30fdc38
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions