Searched refs:CMD_ENABLE_RSSI_POLL (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java335 static final int CMD_ENABLE_RSSI_POLL = BASE + 82; field in class:WifiStateMachine
1016 sendMessage(obtainMessage(CMD_ENABLE_RSSI_POLL, enabled ? 1 : 0, 0));
1207 case CMD_ENABLE_RSSI_POLL:
1924 case CMD_ENABLE_RSSI_POLL:
3319 case CMD_ENABLE_RSSI_POLL:

Completed in 45 milliseconds