Searched defs:CMD_DELAYED_NETWORK_DISCONNECT (Results 1 - 1 of 1) sorted by path

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java663 static final int CMD_DELAYED_NETWORK_DISCONNECT = BASE + 87; field in class:WifiStateMachine
6535 case CMD_DELAYED_NETWORK_DISCONNECT:
6536 s = "CMD_DELAYED_NETWORK_DISCONNECT";
8280 case CMD_DELAYED_NETWORK_DISCONNECT:
8284 logd("CMD_DELAYED_NETWORK_DISCONNECT and not debouncing - ignore "
8288 logd("CMD_DELAYED_NETWORK_DISCONNECT and debouncing - disconnect "
8832 sendMessageDelayed(obtainMessage(CMD_DELAYED_NETWORK_DISCONNECT,

Completed in 71 milliseconds