Searched refs:ALL_BANDS (Results 1 – 2 of 2) sorted by relevance
60 public static final Map<Integer, List<Integer>> ALL_BANDS = Map.of( field in TelephonyUtils
1767 for (int accessNetworkType : TelephonyUtils.ALL_BANDS.keySet()) { in testSetSystemSelectionChannels()1769 for (int band : TelephonyUtils.ALL_BANDS.get(accessNetworkType)) { in testSetSystemSelectionChannels()