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.java2081 Phone firstPhoneWithSim = null; in getFirstPhoneForEmergencyCall() local
2125 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()
2129 firstPhoneWithSim = phone; in getFirstPhoneForEmergencyCall()
2131 firstPhoneWithSim.getPhoneId()); in getFirstPhoneForEmergencyCall()
2135 if (firstPhoneWithSim == null && phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()
2145 final Phone firstOccupiedSlot = firstPhoneWithSim; in getFirstPhoneForEmergencyCall()
2205 return firstPhoneWithSim; in getFirstPhoneForEmergencyCall()