Home
last modified time | relevance | path

Searched refs:getFirstPhoneForEmergencyCall (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java189 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testDefaultVoiceSimInService()
211 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1EmergencyOnly()
233 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1InService()
263 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot0PukLocked()
293 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot0PinLocked()
323 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1PukLocked()
353 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1PinLocked()
384 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1PinLockedAndSlot0Absent()
411 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1HigherCapablity()
440 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1MoreCapabilities()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java2043 return getFirstPhoneForEmergencyCall(potentialEmergencyPhones); in getPhoneForEmergencyCall()
2046 return getFirstPhoneForEmergencyCall(); in getPhoneForEmergencyCall()
2050 public Phone getFirstPhoneForEmergencyCall() { in getFirstPhoneForEmergencyCall() method in TelephonyConnectionService
2051 return getFirstPhoneForEmergencyCall(null); in getFirstPhoneForEmergencyCall()
2068 public Phone getFirstPhoneForEmergencyCall(List<Phone> phonesWithEmergencyNumber) { in getFirstPhoneForEmergencyCall() method in TelephonyConnectionService