Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java105 void notifyOutgoingEmergencySms(Phone sender, EmergencyNumber emergencyNumber); in notifyOutgoingEmergencySms() method
DDefaultPhoneNotifier.java245 public void notifyOutgoingEmergencySms(Phone sender, EmergencyNumber emergencyNumber) { in notifyOutgoingEmergencySms() method in DefaultPhoneNotifier
248 mRegistry.notifyOutgoingEmergencySms(sender.getPhoneId(), sender.getSubId(), in notifyOutgoingEmergencySms()
DIccSmsInterfaceManager.java1484 mPhone.notifyOutgoingEmergencySms(emergencyNumber); in notifyIfOutgoingEmergencySms()
DPhone.java2633 public void notifyOutgoingEmergencySms(EmergencyNumber emergencyNumber) { in notifyOutgoingEmergencySms() method in Phone
2634 mNotifier.notifyOutgoingEmergencySms(this, emergencyNumber); in notifyOutgoingEmergencySms()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl99 void notifyOutgoingEmergencySms(in int phoneId, in int subId, in notifyOutgoingEmergencySms() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2201 public void notifyOutgoingEmergencySms(int phoneId, int subId, in notifyOutgoingEmergencySms() method in TelephonyRegistry