Searched refs:CMD_STOP_SOCKET_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance
166 public static final int CMD_STOP_SOCKET_KEEPALIVE = BASE + 12; field in NetworkAgent331 case CMD_STOP_SOCKET_KEEPALIVE: { in handleMessage()
24 import static android.net.NetworkAgent.CMD_STOP_SOCKET_KEEPALIVE;385 mNai.asyncChannel.sendMessage(CMD_STOP_SOCKET_KEEPALIVE, mSlot); in stop()
3827 case NetworkAgent.CMD_STOP_SOCKET_KEEPALIVE: { in handleMessage()6897 NetworkAgent.CMD_STOP_SOCKET_KEEPALIVE, slot, SocketKeepalive.SUCCESS, network)); in stopKeepalive()