Searched refs:CMD_STOP_SOCKET_KEEPALIVE (Results 1 – 3 of 3) sorted by relevance
271 public static final int CMD_STOP_SOCKET_KEEPALIVE = BASE + 12; field in NetworkAgent515 case CMD_STOP_SOCKET_KEEPALIVE: { in handleMessage()908 Message msg = mHandler.obtainMessage(CMD_STOP_SOCKET_KEEPALIVE, slot, 0, null); in onStopSocketKeepalive()
24 import static android.net.NetworkAgent.CMD_STOP_SOCKET_KEEPALIVE;386 mNai.asyncChannel.sendMessage(CMD_STOP_SOCKET_KEEPALIVE, mSlot); in stop()
4169 case NetworkAgent.CMD_STOP_SOCKET_KEEPALIVE: { in handleMessage()7524 NetworkAgent.CMD_STOP_SOCKET_KEEPALIVE, slot, SocketKeepalive.SUCCESS, network)); in stopKeepalive()