Searched refs:phoneSlotStatus (Results 1 – 1 of 1) sorted by relevance
2144 List<SlotStatus> phoneSlotStatus = new ArrayList<>(phoneCount); in getFirstPhoneForEmergencyCall() local2164 phoneSlotStatus.add(status); in getFirstPhoneForEmergencyCall()2196 if (firstPhoneWithSim == null && phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()2207 if (!phoneSlotStatus.isEmpty()) { in getFirstPhoneForEmergencyCall()2209 if (phoneSlotStatus.size() > 1) { in getFirstPhoneForEmergencyCall()2210 Collections.sort(phoneSlotStatus, (o1, o2) -> { in getFirstPhoneForEmergencyCall()2260 int mostCapablePhoneId = phoneSlotStatus.get(phoneSlotStatus.size() - 1).slotId; in getFirstPhoneForEmergencyCall()