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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java     [all...]
WifiScanningServiceImpl.java 266 public void onHotlistApFound(ScanResult[] results) {
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 552 static void onHotlistApFound(wifi_request_id id,
558 ALOGD("onHotlistApFound called, vm = %p, obj = %p, env = %p, num_results = %d",
598 reportEvent(env, mCls, "onHotlistApFound", "(I[Landroid/net/wifi/ScanResult;)V",
653 handler.on_hotlist_ap_found = &onHotlistApFound;
    [all...]

Completed in 218 milliseconds