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.java3939 Phone firstPhoneWithSim = null; in getFirstPhoneForEmergencyCall() local
3984 if (firstPhoneWithSim == null && in getFirstPhoneForEmergencyCall()
3990 firstPhoneWithSim = phone; in getFirstPhoneForEmergencyCall()
3992 firstPhoneWithSim.getPhoneId()); in getFirstPhoneForEmergencyCall()
3996 if (firstPhoneWithSim == null && phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()
4011 final Phone firstOccupiedSlot = firstPhoneWithSim; in getFirstPhoneForEmergencyCall()
4073 return firstPhoneWithSim; in getFirstPhoneForEmergencyCall()