Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java148 void notifyCallbackModeStarted(Phone sender, @EmergencyCallbackModeType int type); in notifyCallbackModeStarted() method
DDefaultPhoneNotifier.java310 public void notifyCallbackModeStarted(Phone sender, @EmergencyCallbackModeType int type) { in notifyCallbackModeStarted() method in DefaultPhoneNotifier
DPhone.java5303 mNotifier.notifyCallbackModeStarted(this, type); in startCallbackMode()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl121 void notifyCallbackModeStarted(int phoneId, int subId, int type); in notifyCallbackModeStarted() method
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java1697 sRegistry.notifyCallbackModeStarted(phoneId, subId, type); in notifyCallBackModeStarted()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3440 public void notifyCallbackModeStarted(int phoneId, int subId, int type) { in notifyCallbackModeStarted() method in TelephonyRegistry