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.java3940 List<SlotStatus> phoneSlotStatus = new ArrayList<>(phoneCount); in getFirstPhoneForEmergencyCall() local
3960 phoneSlotStatus.add(status); in getFirstPhoneForEmergencyCall()
3996 if (firstPhoneWithSim == null && phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()
4012 if (!phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()
4013 Log.i(this, "getFirstPhoneForEmergencyCall, list size: " + phoneSlotStatus.size() in getFirstPhoneForEmergencyCall()
4017 if (phoneSlotStatus.size() > 1) { in getFirstPhoneForEmergencyCall()
4018 Collections.sort(phoneSlotStatus, (o1, o2) -> { in getFirstPhoneForEmergencyCall()
4067 int mostCapablePhoneId = phoneSlotStatus.get(phoneSlotStatus.size() - 1).slotId; in getFirstPhoneForEmergencyCall()