Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java2093 Phone firstPhoneWithSim = null; in getFirstPhoneForEmergencyCall() local
2137 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()
2141 firstPhoneWithSim = phone; in getFirstPhoneForEmergencyCall()
2143 firstPhoneWithSim.getPhoneId()); in getFirstPhoneForEmergencyCall()
2147 if (firstPhoneWithSim == null && phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()
2157 final Phone firstOccupiedSlot = firstPhoneWithSim; in getFirstPhoneForEmergencyCall()
2217 return firstPhoneWithSim; in getFirstPhoneForEmergencyCall()