Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java253 private static class SlotStatus { class in TelephonyConnectionService
272 public SlotStatus(int slotId, int capabilities, int activeSubId) { in SlotStatus() method in TelephonyConnectionService.SlotStatus
3940 List<SlotStatus> phoneSlotStatus = new ArrayList<>(phoneCount); in getFirstPhoneForEmergencyCall()
3959 SlotStatus status = new SlotStatus(i, radioAccessFamily, phone.getSubId()); in getFirstPhoneForEmergencyCall()