HomeSort by relevance Sort by last modified time
    Searched refs:wifiScanResults (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 391 List<ScanResult> wifiScanResults = wifiManager.getScanResults();
393 (wifiScanResults == null ? "0" : wifiScanResults.size());
  /development/apps/Development/src/com/android/development/
Connectivity.java 228 List<ScanResult> wifiScanResults = mWm.getScanResults();
229 if (wifiScanResults != null) {
230 mTotalScanCount += wifiScanResults.size();
231 Log.d(TAG, "Scan: Results = " + wifiScanResults.size());

Completed in 112 milliseconds