Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java104 private Map<Integer, TelephonyCountryCodeSlotInfo> mTelephonyCountryCodeInfoPerSlot =
119 public static class TelephonyCountryCodeSlotInfo { class in UwbCountryCode
286 TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot = in setTelephonyCountryCodeAndLastKnownCountryCode()
288 slotIdx, k -> new TelephonyCountryCodeSlotInfo()); in setTelephonyCountryCodeAndLastKnownCountryCode()
356 for (TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot : in pickCountryCode()
368 for (TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot : in pickCountryCode()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java112 private final Map<Integer, TelephonyCountryCodeSlotInfo> mTelephonyCountryCodeSlotInfoMap =
188 private static final class TelephonyCountryCodeSlotInfo { class in ThreadNetworkCountryCode
423 TelephonyCountryCodeSlotInfo telephonyCountryCodeInfoSlot = in setTelephonyCountryCodeAndLastKnownCountryCode()
425 slotIndex, k -> new TelephonyCountryCodeSlotInfo()); in setTelephonyCountryCodeAndLastKnownCountryCode()
434 for (TelephonyCountryCodeSlotInfo slotInfo : mTelephonyCountryCodeSlotInfoMap.values()) { in setTelephonyCountryCodeAndLastKnownCountryCode()