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

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
BaseWifiScannerImplTest.java 452 order.verify(eventHandler).onFullScanResult(eq(result), eq(0));
514 order.verify(eventHandler).onFullScanResult(eq(result), eq(0));
SupplicantWifiScannerTest.java 637 order.verify(eventHandler).onFullScanResult(eq(result), eq(0));
WifiScanningServiceTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
SupplicantWifiScannerImpl.java 581 mBackgroundScanEventHandler.onFullScanResult(scanResult, 0);
635 mLastScanSettings.singleScanEventHandler.onFullScanResult(scanResult,
    [all...]
WifiScanningServiceImpl.java 480 public void onFullScanResult(ScanResult fullScanResult, int bucketsScanned) {
481 if (DBG) localLog("onFullScanResult received");
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java     [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 435 static void onFullScanResult(wifi_request_id id, wifi_scan_result *result,
440 //ALOGD("onFullScanResult called, vm = %p, obj = %p, env = %p", mVM, mCls, env);
448 helper.reportEvent(mCls, "onFullScanResult", "(ILandroid/net/wifi/ScanResult;II)V", id,
523 handler.on_full_scan_result = &onFullScanResult;
    [all...]

Completed in 152 milliseconds