Searched refs:EVENT_KEEPALIVE_STOP_REQUEST (Results 1 – 3 of 3) sorted by relevance
912 mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slotId).sendToTarget(); in checkStartStopNattKeepalive()923 mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slotId).sendToTarget(); in checkStartStopNattKeepalive()985 mDc.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slotId).sendToTarget(); in checkStartNattKeepaliveFail()
345 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";2451 case EVENT_KEEPALIVE_STOP_REQUEST: { in processMessage()