Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java147 void notifyCallbackModeStarted(Phone sender, @EmergencyCallbackModeType int type); in notifyCallbackModeStarted() method
DDefaultPhoneNotifier.java290 public void notifyCallbackModeStarted(Phone sender, @EmergencyCallbackModeType int type) { in notifyCallbackModeStarted() method in DefaultPhoneNotifier
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl121 void notifyCallbackModeStarted(int phoneId, int subId, int type); in notifyCallbackModeStarted() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3326 public void notifyCallbackModeStarted(int phoneId, int subId, int type) { in notifyCallbackModeStarted() method in TelephonyRegistry