Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java635 static final int CMD_GET_CONNECTION_STATISTICS = BASE + 76; field in WifiStateMachine
2016 Message resultMsg = channel.sendMessageSynchronously(CMD_GET_CONNECTION_STATISTICS); in syncGetConnectionStatistics()
4155 case CMD_GET_CONNECTION_STATISTICS: in processMessage()