Searched refs:getFirstPhoneForEmergencyCall (Results 1 – 2 of 2) sorted by relevance
208 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 …]
2110 return getFirstPhoneForEmergencyCall(potentialEmergencyPhones); in getPhoneForEmergencyCall()2113 return getFirstPhoneForEmergencyCall(); in getPhoneForEmergencyCall()2117 public Phone getFirstPhoneForEmergencyCall() { in getFirstPhoneForEmergencyCall() method in TelephonyConnectionService2118 return getFirstPhoneForEmergencyCall(null); in getFirstPhoneForEmergencyCall()2135 public Phone getFirstPhoneForEmergencyCall(List<Phone> phonesWithEmergencyNumber) { in getFirstPhoneForEmergencyCall() method in TelephonyConnectionService