Home
last modified time | relevance | path

Searched refs:notifyOutgoingEmergencySms (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java105 void notifyOutgoingEmergencySms(Phone sender, EmergencyNumber emergencyNumber); in notifyOutgoingEmergencySms() method
DDefaultPhoneNotifier.java233 public void notifyOutgoingEmergencySms(Phone sender, EmergencyNumber emergencyNumber) { in notifyOutgoingEmergencySms() method in DefaultPhoneNotifier
234 mTelephonyRegistryMgr.notifyOutgoingEmergencySms( in notifyOutgoingEmergencySms()
DIccSmsInterfaceManager.java1501 mPhone.notifyOutgoingEmergencySms(emergencyNumber); in notifyIfOutgoingEmergencySms()
DPhone.java2641 public void notifyOutgoingEmergencySms(EmergencyNumber emergencyNumber) { in notifyOutgoingEmergencySms() method in Phone
2642 mNotifier.notifyOutgoingEmergencySms(this, emergencyNumber); in notifyOutgoingEmergencySms()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java478 public void notifyOutgoingEmergencySms(int phoneId, int subId, in notifyOutgoingEmergencySms() method in TelephonyRegistryManager
481 sRegistry.notifyOutgoingEmergencySms(phoneId, subId, emergencyNumber); in notifyOutgoingEmergencySms()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl98 void notifyOutgoingEmergencySms(in int phoneId, in int subId, in notifyOutgoingEmergencySms() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2207 public void notifyOutgoingEmergencySms(int phoneId, int subId, in notifyOutgoingEmergencySms() method in TelephonyRegistry