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.java1170 final HashSet<Integer> channelList = new HashSet<>(); in checkSingleScanSettingsWhenConnectedWithLowDataRate() local
1171 channelList.add(1); in checkSingleScanSettingsWhenConnectedWithLowDataRate()
1172 channelList.add(2); in checkSingleScanSettingsWhenConnectedWithLowDataRate()
1173 channelList.add(3); in checkSingleScanSettingsWhenConnectedWithLowDataRate()
1178 anyInt())).thenReturn(channelList); in checkSingleScanSettingsWhenConnectedWithLowDataRate()
1210 final HashSet<Integer> channelList = new HashSet<>(); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming() local
1211 channelList.add(1); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming()
1212 channelList.add(2); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming()
1213 channelList.add(3); in checkPartialScanRequestedWithHighDataRateWithoutFwRoaming()
1218 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()