Searched defs:handleNetworkStateChange (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java1002 handleNetworkStateChange(NetworkInfo.DetailedState.DISCONNECTED, remainder);
1006 handleNetworkStateChange(NetworkInfo.DetailedState.CONNECTED, remainder);
1406 private void handleNetworkStateChange(NetworkInfo.DetailedState newState, String data) { method in class:WifiMonitor
1416 if (DBG) Log.d(TAG, "handleNetworkStateChange: Couldnt find BSSID in event string");
1429 if (DBG) Log.d(TAG, "handleNetworkStateChange: Could not parse disconnect string");

Completed in 189 milliseconds