Searched refs:getScanResults (Results 1 – 9 of 9) sorted by relevance
201 protected List<ScanResult> getScanResults() { in getScanResults() method in ShadowWifiManager347 if (getScanResults() != null && !getScanResults().isEmpty()) { in startScan()
145 public static List<ScanResult> getScanResults(JSONArray j) throws JSONException { in getScanResults() method in WifiJsonParser
118 WifiJsonParser.getScanResults(scanResults)).build(), in wifiRttStartRangingToAccessPoints()
416 mScan.getScanResults(); in wifiScannerGetScanResults()
1442 return mWifi.getScanResults(); in wifiGetScanResults()
106 protected List<ScanResult> getScanResults() { in getScanResults() method in ShadowWifiManager
171 for (ScanResult result : mWifiManager.getScanResults()) { in wifiGetCachedScanResults()
147 assertThat(wifiManager.getScanResults()).isSameInstanceAs(scanResults); in shouldReturnSetScanResults()
194 assertThat(wifiManager.getScanResults()).isSameInstanceAs(scanResults); in shouldReturnSetScanResults()