Home
last modified time | relevance | path

Searched refs:removeRegistrationCallback (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsRegistrationImplBase.java92 public void removeRegistrationCallback(IImsRegistrationCallback c) throws RemoteException {
93 ImsRegistrationImplBase.this.removeRegistrationCallback(c);
120 private void removeRegistrationCallback(IImsRegistrationCallback c) { in removeRegistrationCallback() method in ImsRegistrationImplBase
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsRegistration.aidl30 oneway void removeRegistrationCallback(IImsRegistrationCallback c); in removeRegistrationCallback() method
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp307 removeRegistrationCallback(IInterface::asBinder(callback), &it, &found); in unregisterForNotifications()
333 void ServiceManager::removeRegistrationCallback(const wp<IBinder>& who, in removeRegistrationCallback() function in android::ServiceManager
364 removeRegistrationCallback(who, &it, nullptr /*found*/); in binderDied()
DServiceManager.h75 void removeRegistrationCallback(const wp<IBinder>& who,
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java83 imsRegistration.removeRegistrationCallback(localCallback); in unregisterCallback()
381 public void removeRegistrationCallback(IImsRegistrationCallback callback) { in removeRegistrationCallback() method in MmTelFeatureConnection
DRcsFeatureConnection.java103 imsRegistration.removeRegistrationCallback(localCallback); in unregisterCallback()
DImsManager.java1691 mMmTelFeatureConnection.removeRegistrationCallback(callback.getBinder()); in removeRegistrationListener()
1812 mMmTelFeatureConnection.removeRegistrationCallback(listener.getBinder()); in removeRegistrationListener()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsRegistrationTests.java170 mRegBinder.removeRegistrationCallback(mCallback); in testRegistrationCallbackAfterUnregistered()