Searched refs:phoneSlotStatus (Results 1 – 1 of 1) sorted by relevance
2095 List<SlotStatus> phoneSlotStatus = new ArrayList<>(phoneCount); in getFirstPhoneForEmergencyCall() local2115 phoneSlotStatus.add(status); in getFirstPhoneForEmergencyCall()2147 if (firstPhoneWithSim == null && phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()2158 if (!phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()2160 if (phoneSlotStatus.size() > 1) { in getFirstPhoneForEmergencyCall()2161 Collections.sort(phoneSlotStatus, (o1, o2) -> { in getFirstPhoneForEmergencyCall()2211 int mostCapablePhoneId = phoneSlotStatus.get(phoneSlotStatus.size() - 1).slotId; in getFirstPhoneForEmergencyCall()