Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java579 static final int CMD_STOP_IP_PACKET_OFFLOAD = BASE + 161; field in ClientModeImpl
3532 case CMD_STOP_IP_PACKET_OFFLOAD:
4369 case CMD_STOP_IP_PACKET_OFFLOAD: {
4639 ClientModeImpl.this.sendMessage(CMD_STOP_IP_PACKET_OFFLOAD, slot); in onStopSocketKeepalive()