Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsRegistration.aidl30 oneway void removeRegistrationCallback(IImsRegistrationCallback c); in removeRegistrationCallback() method
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsRegistrationImplBase.java262 public void removeRegistrationCallback(IImsRegistrationCallback c) throws RemoteException {
263 executeMethodAsync(() -> ImsRegistrationImplBase.this.removeRegistrationCallback(c),
370 private void removeRegistrationCallback(IImsRegistrationCallback c) { in removeRegistrationCallback() method in ImsRegistrationImplBase
/frameworks/native/cmds/servicemanager/
DServiceManager.h93 void removeRegistrationCallback(const wp<IBinder>& who,
DServiceManager.cpp591 removeRegistrationCallback(IInterface::asBinder(callback), &it, &found); in unregisterForNotifications()
697 void ServiceManager::removeRegistrationCallback(const wp<IBinder>& who, in removeRegistrationCallback() function in android::ServiceManager
736 removeRegistrationCallback(who, &it, nullptr /*found*/); in binderDied()
/frameworks/opt/net/ims/src/java/com/android/ims/
DRcsFeatureConnection.java109 imsRegistration.removeRegistrationCallback(localCallback); in unregisterCallback()
DMmTelFeatureConnection.java95 imsRegistration.removeRegistrationCallback(localCallback); in unregisterCallback()
394 public void removeRegistrationCallback(IImsRegistrationCallback callback) { in removeRegistrationCallback() method in MmTelFeatureConnection
DImsManager.java2244 mMmTelConnectionRef.get().removeRegistrationCallback(callback.getBinder()); in removeRegistrationListener()
2397 c.removeRegistrationCallback(listener.getBinder()); in removeRegistrationListener()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsRegistrationTests.java208 mRegBinder.removeRegistrationCallback(mCallback); in testRegistrationCallbackAfterUnregistered()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt53568 Landroid/telephony/ims/stub/ImsRegistrationImplBase;->removeRegistrationCallback(Landroid/telephony…