summaryrefslogtreecommitdiff
path: root/telephony/java/com
diff options
context:
space:
mode:
authorBrad Ebinger <breadley@google.com>2020-10-01 13:41:08 -0700
committerBrad Ebinger <breadley@google.com>2020-10-05 11:04:40 -0700
commita7df4c0be6772bcd42483535397934545294881b (patch)
tree741997f7fc3621f0ef7bff10ffc74dc6c9766a7a /telephony/java/com
parent1e9cc7b2e5d961107aa31c680263ed51e3232f5c (diff)
Remove "one shot" type of FeatureCallback
Instead of having a special case for ImsManager#getInstance, implement it properly. Test: atest CtsTelephonyTestCases Merged-In: I2e986fb2a1086043a25b11c71c005481cea74196 Change-Id: I2e986fb2a1086043a25b11c71c005481cea74196
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl3
1 files changed, 1 insertions, 2 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index 815ec68b2c4d..3e20e46e4b17 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -828,8 +828,7 @@ interface ITelephony {
* as well as registering the MmTelFeature for callbacks using the IImsServiceFeatureCallback
* interface.
*/
- void registerMmTelFeatureCallback(int slotId, in IImsServiceFeatureCallback callback,
- boolean oneShot);
+ void registerMmTelFeatureCallback(int slotId, in IImsServiceFeatureCallback callback);
/**
* Unregister a callback that was previously registered through