Searched refs:removeRegistrationCallback (Results 1 – 8 of 8) sorted by relevance
92 public void removeRegistrationCallback(IImsRegistrationCallback c) throws RemoteException {93 ImsRegistrationImplBase.this.removeRegistrationCallback(c);120 private void removeRegistrationCallback(IImsRegistrationCallback c) { in removeRegistrationCallback() method in ImsRegistrationImplBase
30 oneway void removeRegistrationCallback(IImsRegistrationCallback c); in removeRegistrationCallback() method
307 removeRegistrationCallback(IInterface::asBinder(callback), &it, &found); in unregisterForNotifications()333 void ServiceManager::removeRegistrationCallback(const wp<IBinder>& who, in removeRegistrationCallback() function in android::ServiceManager364 removeRegistrationCallback(who, &it, nullptr /*found*/); in binderDied()
75 void removeRegistrationCallback(const wp<IBinder>& who,
83 imsRegistration.removeRegistrationCallback(localCallback); in unregisterCallback()381 public void removeRegistrationCallback(IImsRegistrationCallback callback) { in removeRegistrationCallback() method in MmTelFeatureConnection
103 imsRegistration.removeRegistrationCallback(localCallback); in unregisterCallback()
1691 mMmTelFeatureConnection.removeRegistrationCallback(callback.getBinder()); in removeRegistrationListener()1812 mMmTelFeatureConnection.removeRegistrationCallback(listener.getBinder()); in removeRegistrationListener()
170 mRegBinder.removeRegistrationCallback(mCallback); in testRegistrationCallbackAfterUnregistered()