Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java2083 List<SlotStatus> phoneSlotStatus = new ArrayList<>(phoneCount); in getFirstPhoneForEmergencyCall() local
2103 phoneSlotStatus.add(status); in getFirstPhoneForEmergencyCall()
2135 if (firstPhoneWithSim == null && phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()
2146 if (!phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()
2148 if (phoneSlotStatus.size() > 1) { in getFirstPhoneForEmergencyCall()
2149 Collections.sort(phoneSlotStatus, (o1, o2) -> { in getFirstPhoneForEmergencyCall()
2199 int mostCapablePhoneId = phoneSlotStatus.get(phoneSlotStatus.size() - 1).slotId; in getFirstPhoneForEmergencyCall()