Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDataConnectionTest.java916 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java351 mDataConnection.obtainMessage(DataConnection.EVENT_KEEPALIVE_STOP_REQUEST, slot) in onStopSocketKeepalive()
DDataConnection.java327 static final int EVENT_KEEPALIVE_STOP_REQUEST = BASE + 22; field in DataConnection
366 sCmdToString[EVENT_KEEPALIVE_STOP_REQUEST - BASE] = "EVENT_KEEPALIVE_STOP_REQUEST";
2469 case EVENT_KEEPALIVE_STOP_REQUEST: { in processMessage()