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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java763 static final int CMD_AUTO_ROAM = BASE + 145; field in class:WifiStateMachine
2712 case CMD_AUTO_ROAM:
3141 sendMessage(CMD_AUTO_ROAM, mLastNetworkId, 1, null);
4139 case CMD_AUTO_ROAM:
5749 case CMD_AUTO_ROAM:
6843 case CMD_AUTO_ROAM:
7242 case CMD_AUTO_ROAM:
7247 Fix CMD_AUTO_ROAM to use the candidate (message.arg1) networkID, rather than
7251 case occurs for DBDC roaming, and the CMD_AUTO_ROAM sent due to it will
7271 logd("CMD_AUTO_ROAM su
[all...]

Completed in 220 milliseconds