[go: nahoru, domu]

Searched defs:ScanResults (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanResults.java37 public class ScanResults { class
43 private ScanResults(ArrayList<ScanDetail> scanDetails, ScanData scanData, method in class:ScanResults
52 * Merge the results contained in a number of ScanResults into a single ScanResults
54 public static ScanResults merge(ScanResults... others) {
58 for (ScanResults other : others) {
65 return new ScanResults(scanDetails, new ScanData(id, 0, scanDataResults
137 * Create a ScanResults with randomly generated results seeded by the id.
140 public static ScanResults creat
168 private ScanResults(int id, int maxResults, ScanDetail... nativeResults) { method in class:ScanResults
[all...]

Completed in 137 milliseconds