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.java2142 Phone firstPhoneWithSim = null; in getFirstPhoneForEmergencyCall() local
2186 if (firstPhoneWithSim == null && mTelephonyManagerProxy.hasIccCard(i)) { in getFirstPhoneForEmergencyCall()
2190 firstPhoneWithSim = phone; in getFirstPhoneForEmergencyCall()
2192 firstPhoneWithSim.getPhoneId()); in getFirstPhoneForEmergencyCall()
2196 if (firstPhoneWithSim == null && phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()
2206 final Phone firstOccupiedSlot = firstPhoneWithSim; in getFirstPhoneForEmergencyCall()
2266 return firstPhoneWithSim; in getFirstPhoneForEmergencyCall()