Searched refs:notifyOutgoingEmergencySms (Results 1 – 6 of 6) sorted by relevance
105 void notifyOutgoingEmergencySms(Phone sender, EmergencyNumber emergencyNumber); in notifyOutgoingEmergencySms() method
245 public void notifyOutgoingEmergencySms(Phone sender, EmergencyNumber emergencyNumber) { in notifyOutgoingEmergencySms() method in DefaultPhoneNotifier248 mRegistry.notifyOutgoingEmergencySms(sender.getPhoneId(), sender.getSubId(), in notifyOutgoingEmergencySms()
1484 mPhone.notifyOutgoingEmergencySms(emergencyNumber); in notifyIfOutgoingEmergencySms()
2633 public void notifyOutgoingEmergencySms(EmergencyNumber emergencyNumber) { in notifyOutgoingEmergencySms() method in Phone2634 mNotifier.notifyOutgoingEmergencySms(this, emergencyNumber); in notifyOutgoingEmergencySms()
99 void notifyOutgoingEmergencySms(in int phoneId, in int subId, in notifyOutgoingEmergencySms() method
2201 public void notifyOutgoingEmergencySms(int phoneId, int subId, in notifyOutgoingEmergencySms() method in TelephonyRegistry