Home
last modified time | relevance | path

Searched defs:channelSet (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DBackgroundScanSchedulerTest.java731 Set<Integer> channelSet = getAllChannels(settings); in assertSettingsSatisfied() local
826 private void assertChannels(Set<Integer> channelSet, Set<Integer> expectedChannelSet) { in assertChannels()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DBackgroundScanScheduler.java757 ArraySet<Integer> channelSet = new ArraySet<>(); in partitionChannelSet() local
819 Set<Integer> channelSet = channelCollection.getChannelSet(); in fixBuckets() local
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiverMetrics.java468 HashSet<Pair<Integer, Integer>> channelSet = new HashSet<>(); in getChannelSetFromString() local
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexUtils.java522 Set<Integer> channelSet = new HashSet<>(); in getIntermodCoexUnsafeChannels() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiConnectivityManager.java1985 private boolean addChannelFromWifiScoreCardWithLimitPerNetwork( in addChannelFromWifiScoreCardWithLimitPerNetwork()
2028 Set<Integer> channelSet = new HashSet<>(); in fetchChannelSetForNetworkForPartialScan() local
2056 Set<Integer> channelSet = new HashSet<>(); in fetchChannelSetForPartialScan() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java5953 Set<Integer> channelSet = in testFetchChannelSetForPartialScanMaxCount() local