Searched refs:EVENT_KEEPALIVE_STOP_REQUEST (Results 1 – 3 of 3) sorted by relevance
916 mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slotId).sendToTarget(); in checkStartStopNattKeepalive()927 mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slotId).sendToTarget(); in checkStartStopNattKeepalive()989 mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slotId).sendToTarget(); in checkStartNattKeepaliveFail()
351 mDataConnection.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slot) in onStopSocketKeepalive()
327 static final int EVENT_KEEPALIVE_STOP_REQUEST = BASE + 22; field in DataConnection366 sCmdToString[EVENT_KEEPALIVE_STOP_REQUEST - BASE] = "EVENT_KEEPALIVE_STOP_REQUEST";2469 case EVENT_KEEPALIVE_STOP_REQUEST: { in processMessage()