Home
last modified time | relevance | path

Searched refs:removeCallbackForSubscription (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DMmTelFeatureConnectionTest.java136 mCallbackManagerUT.removeCallbackForSubscription(testCallback, testSub); in testCallbackAdapter_addAndRemoveCallbackForSub()
163 mCallbackManagerUT.removeCallbackForSubscription(testCallback1, testSub1); in testCallbackAdapter_addAndRemoveCallbackForMultipleSubs()
169 mCallbackManagerUT.removeCallbackForSubscription(testCallback2, testSub2); in testCallbackAdapter_addAndRemoveCallbackForMultipleSubs()
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java166 public final void removeCallbackForSubscription(T localCallback, int subId) { in removeCallbackForSubscription() method in MmTelFeatureConnection.CallbackAdapterManager
718 mRegistrationCallbackManager.removeCallbackForSubscription(callback, subId); in removeRegistrationCallbackForSubscription()
736 mCapabilityCallbackManager.removeCallbackForSubscription(callback , subId); in removeCapabilityCallbackForSubscription()
746 mProvisioningCallbackManager.removeCallbackForSubscription(callback , subId); in removeProvisioningCallbackForSubscription()