Searched refs:notifyOutgoingEmergencyCall (Results 1 – 5 of 5) sorted by relevance
102 void notifyOutgoingEmergencyCall(Phone sender, EmergencyNumber emergencyNumber); in notifyOutgoingEmergencyCall() method
233 public void notifyOutgoingEmergencyCall(Phone sender, EmergencyNumber emergencyNumber) { in notifyOutgoingEmergencyCall() method in DefaultPhoneNotifier236 mRegistry.notifyOutgoingEmergencyCall(sender.getPhoneId(), sender.getSubId(), in notifyOutgoingEmergencyCall()
2628 public void notifyOutgoingEmergencyCall(EmergencyNumber emergencyNumber) { in notifyOutgoingEmergencyCall() method in Phone2629 mNotifier.notifyOutgoingEmergencyCall(this, emergencyNumber); in notifyOutgoingEmergencyCall()
97 void notifyOutgoingEmergencyCall(in int phoneId, in int subId, in notifyOutgoingEmergencyCall() method
2176 public void notifyOutgoingEmergencyCall(int phoneId, int subId, in notifyOutgoingEmergencyCall() method in TelephonyRegistry