Home
last modified time | relevance | path

Searched defs:removeRegistrationCallback (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsRegistration.aidl30 oneway void removeRegistrationCallback(IImsRegistrationCallback c); in removeRegistrationCallback() method
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsRegistrationImplBase.java158 private void removeRegistrationCallback(IImsRegistrationCallback c) { in removeRegistrationCallback() method in ImsRegistrationImplBase
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DMmTelFeatureConnection.java343 public void removeRegistrationCallback(IImsRegistrationCallback callback) { in removeRegistrationCallback() method in MmTelFeatureConnection
/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp440 void ServiceManager::removeRegistrationCallback(const wp<IBinder>& who, in removeRegistrationCallback() function in android::ServiceManager