Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConnectivityManagerTest.java1175 final HashSet<Integer> channelList = new HashSet<>(); in checkSingleScanSettingsWhenConnectedWithLowDataRate() local
1176 channelList.add(1); in checkSingleScanSettingsWhenConnectedWithLowDataRate()
1177 channelList.add(2); in checkSingleScanSettingsWhenConnectedWithLowDataRate()
1178 channelList.add(3); in checkSingleScanSettingsWhenConnectedWithLowDataRate()
1183 anyInt())).thenReturn(channelList); in checkSingleScanSettingsWhenConnectedWithLowDataRate()
1215 final HashSet<Integer> channelList = new HashSet<>(); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming() local
1216 channelList.add(1); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming()
1217 channelList.add(2); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming()
1218 channelList.add(3); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming()
1223 anyInt())).thenReturn(channelList); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java116 String channelList[] = ap2GChannelListStr.split(","); in WifiApConfigStore() local
117 for (String tmp : channelList) { in WifiApConfigStore()