Home
last modified time | relevance | path

Searched refs:notifyCallbackModeStopped (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java151 void notifyCallbackModeStopped(Phone sender, @EmergencyCallbackModeType int type, in notifyCallbackModeStopped() method
DDefaultPhoneNotifier.java316 public void notifyCallbackModeStopped(Phone sender, @EmergencyCallbackModeType int type, in notifyCallbackModeStopped() method in DefaultPhoneNotifier
318 mTelephonyRegistryMgr.notifyCallbackModeStopped(sender.getPhoneId(), in notifyCallbackModeStopped()
DPhone.java5314 mNotifier.notifyCallbackModeStopped(this, type, reason); in stopCallbackMode()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl122 void notifyCallbackModeStopped(int phoneId, int subId, int type, int reason); in notifyCallbackModeStopped() method
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java1714 public void notifyCallbackModeStopped(int phoneId, int subId, in notifyCallbackModeStopped() method in TelephonyRegistryManager
1719 sRegistry.notifyCallbackModeStopped(phoneId, subId, type, reason); in notifyCallbackModeStopped()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3472 public void notifyCallbackModeStopped(int phoneId, int subId, int type, int reason) { in notifyCallbackModeStopped() method in TelephonyRegistry