Home
last modified time | relevance | path

Searched refs:removeEmergencyRegistrationCallback (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIImsRegistration.aidl32 oneway void removeEmergencyRegistrationCallback(IImsRegistrationCallback c); in removeEmergencyRegistrationCallback() method
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsRegistrationImplBase.java254 public void removeEmergencyRegistrationCallback(IImsRegistrationCallback c)
257 ImsRegistrationImplBase.this.removeEmergencyRegistrationCallback(c),
384 private void removeEmergencyRegistrationCallback(IImsRegistrationCallback c) { in removeEmergencyRegistrationCallback() method in ImsRegistrationImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java138 imsRegistration.removeEmergencyRegistrationCallback(localCallback); in unregisterCallback()