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.java208 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testDefaultVoiceSimInService()
230 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1EmergencyOnly()
252 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1InService()
282 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot0PukLocked()
312 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot0PinLocked()
342 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1PukLocked()
372 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1PinLocked()
403 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1PinLockedAndSlot0Absent()
430 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1HigherCapablity()
459 Phone resultPhone = mTestConnectionService.getFirstPhoneForEmergencyCall(); in testSlot1MoreCapabilities()
[all …]
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java2104 return getFirstPhoneForEmergencyCall(potentialEmergencyPhones); in getPhoneForEmergencyCall()
2107 return getFirstPhoneForEmergencyCall(); in getPhoneForEmergencyCall()
2111 public Phone getFirstPhoneForEmergencyCall() { in getFirstPhoneForEmergencyCall() method in TelephonyConnectionService
2112 return getFirstPhoneForEmergencyCall(null); in getFirstPhoneForEmergencyCall()
2129 public Phone getFirstPhoneForEmergencyCall(List<Phone> phonesWithEmergencyNumber) { in getFirstPhoneForEmergencyCall() method in TelephonyConnectionService