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 241 List<ScanResult> wifiScanResults = mWm.getScanResults();
242 if (wifiScanResults != null) {
243 mTotalScanCount += wifiScanResults.size();
244 mScanResults.setText("Current scan = " + Long.toString(wifiScanResults.size()));
246 Log.d(TAG, "Scan: Results = " + wifiScanResults.size());

Completed in 107 milliseconds