diff options
author | Brad Ebinger <breadley@google.com> | 2020-10-01 13:41:08 -0700 |
---|---|---|
committer | Brad Ebinger <breadley@google.com> | 2020-10-05 11:04:40 -0700 |
commit | a7df4c0be6772bcd42483535397934545294881b (patch) | |
tree | 741997f7fc3621f0ef7bff10ffc74dc6c9766a7a /telephony/java/com | |
parent | 1e9cc7b2e5d961107aa31c680263ed51e3232f5c (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.aidl | 3 |
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 |