Home
last modified time | relevance | path

Searched refs:createScanDatas (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DScanScheduleUtilFilterTest.java21 import static com.android.server.wifi.ScanTestUtil.createScanDatas;
142 createScanDatas(new int[][]{ { 2450 } }), settings, 0); in filterScanDataSingleNotMatchingWithNoBucketInfo()
154 createScanDatas(new int[][]{ { 2450 } }), settings, -1); in filterScanDataSingleNotMatchingWithDefinitlyScannedBucketIndex()
166 createScanDatas(new int[][]{ { 2450 } }, new int[]{ 2 }), settings, 1); in filterScanDataSingleNotMatchingWithBucketDefinitlyScanned()
178 createScanDatas(new int[][]{ { 2400 } }), settings, 0); in filterScanDataSingleMatchingWithNoBucketInfo()
191 createScanDatas(new int[][]{ { 2400 } }, new int[] { 5 }), settings, 1); in filterScanDataSingleMatchingWithBucketDefinitlyNotScanned()
204 createScanDatas(new int[][]{ { 2400, 2450, 5150, 5175 } }), settings, 0); in filterScanDataSinglePartialMatchingWithNoBucketInfo()
217 createScanDatas(new int[][]{ { 2450 }, { 2450, 5175 } }), settings, 0); in filterScanDataMultipleNotMatchingWithNoBucketInfo()
229 createScanDatas(new int[][]{ { 2450 }, { 2450, 5175 } }, new int[]{ 1, 8 }), in filterScanDataMultipleNotMatchingWithOneDefinitlyScanned()
242 createScanDatas(new int[][]{ { 2400 }, {2400, 5150} }), settings, 0); in filterScanDataMultipleMatchingWithNoBucketInfo()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java270 public static ScanData[] createScanDatas( in createScanDatas() method in ScanTestUtil
281 public static ScanData[] createScanDatas(int[][] freqs, int[] bucketsScanned) { in createScanDatas() method in ScanTestUtil
290 public static ScanData[] createScanDatas(int[][] freqs) { in createScanDatas() method in ScanTestUtil
291 return createScanDatas(freqs, new int[freqs.length] /* defaults all 0 */); in createScanDatas()
DScanRequestProxyTest.java123 ScanTestUtil.createScanDatas(new int[][]{{ 2417, 2427, 5180, 5170 }}, in setUp()
127 ScanTestUtil.createScanDatas(new int[][]{{ 2412, 2422, 5200, 5210 }}, in setUp()
848 mTestScanDatas2 = ScanTestUtil.createScanDatas(new int[][]{{ 2412, 2422, 5200, 5210 }}, in testPartialInternalScanResultsDoesNotOverwritePreviousResults()
DWifiNetworkFactoryTest.java171 mTestScanDatas = ScanTestUtil.createScanDatas(new int[][]{ { 2417, 2427, 5180, 5170 } }); in setUp()
2894 mTestScanDatas = ScanTestUtil.createScanDatas(new int[][]{ freq }); in setupScanDataSameSsidWithDiffBssid()
DWifiConnectivityManagerTest.java1991 ScanTestUtil.createScanDatas(new int[][]{{5150, 5175, 2412, 2400}}, new int[]{0});
DWifiServiceImplTest.java1498 ScanTestUtil.createScanDatas(new int[][]{{2417, 2427, 5180, 5170}})[0] in testGetScanResults()
1522 ScanTestUtil.createScanDatas(new int[][]{{2417, 2427, 5180, 5170}})[0] in testGetScanResultsFailureInRunWithScissors()