Home
last modified time | relevance | path

Searched refs:onPnoNetworkFound (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2258 void onPnoNetworkFound(ScanResult results[]); in onPnoNetworkFound() method
2287 synchronized public static void onPnoNetworkFound(int id, ScanResult[] results) { in onPnoNetworkFound() method in WifiNative
2307 sWifiPnoEventHandler.onPnoNetworkFound(results); in onPnoNetworkFound()
DWifiStateMachine.java236 public void onPnoNetworkFound(ScanResult results[]) { in onPnoNetworkFound() method in WifiStateMachine
/frameworks/opt/net/wifi/service/jni/
Dcom_android_server_wifi_WifiNative.cpp1802 static void onPnoNetworkFound(wifi_request_id id, in onPnoNetworkFound() function
1865 handler.on_network_found = &onPnoNetworkFound; in android_net_wifi_setPnoListNative()