OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createScanDatas
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
ScanScheduleUtilFilterTest.java
21
import static com.android.server.wifi.ScanTestUtil.
createScanDatas
;
141
createScanDatas
(new int[][]{ { 2450 } }), settings, 0);
153
createScanDatas
(new int[][]{ { 2450 } }), settings, -1);
165
createScanDatas
(new int[][]{ { 2450 } }, new int[]{ 2 }), settings, 1);
177
createScanDatas
(new int[][]{ { 2400 } }), settings, 0);
190
createScanDatas
(new int[][]{ { 2400 } }, new int[] { 5 }), settings, 1);
203
createScanDatas
(new int[][]{ { 2400, 2450, 5150, 5175 } }), settings, 0);
216
createScanDatas
(new int[][]{ { 2450 }, { 2450, 5175 } }), settings, 0);
228
createScanDatas
(new int[][]{ { 2450 }, { 2450, 5175 } }, new int[]{ 1, 8 }),
241
createScanDatas
(new int[][]{ { 2400 }, {2400, 5150} }), settings, 0)
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
ScanTestUtil.java
227
public static ScanData[]
createScanDatas
(int[][] freqs, int[] bucketsScanned) {
236
public static ScanData[]
createScanDatas
(int[][] freqs) {
237
return
createScanDatas
(freqs, new int[freqs.length] /* defaults all 0 */);
Completed in 54 milliseconds