aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-04-26Handle Dead Objects from Phone Crashes betterBrad Ebinger
1) Check to make sure ImsService is available when calling changeMmTelCapability. 2) Remove caching of ImsConfig in ImsManager. It is already cached properly in MmTelFeatureConnection. 3) Create a DeathRecipient for MmTelFeature in MmTelFeatureConnection that cleans up all caches and notifies ImsManager that the connection is now unavailable. Bug: 77941698 Test: Manual Change-Id: I9c3721fe275a94f7f8841e8e84a2f9d8a3c4823b
2018-02-22frameworks/opt/net/ims: Set LOCAL_SDK_VERSION where possible.Anton Hansson
This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: Ib183fced5e42dee9da8b7518b7e4816eb79a7514
2018-01-31Change ImsService namespacesBrad Ebinger
Moves some of the ImsService namespaces to support the move to @SystemApi. Test: Telephony Unit tests Bug: 63987047 Merged-In: I4d1a0afc926dfd7d70b3db16dd81f986585a0992 Change-Id: I4d1a0afc926dfd7d70b3db16dd81f986585a0992
2016-12-21Adds testing framework to com.android.imsandroid-n-mr2-preview-1Brad Ebinger
Test: Adding Change-Id: I8da86a5b9bc54cf56c95844d4845be38a61a9221