Searched refs:EVENT_KEEPALIVE_START_REQUEST (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DataConnectionTest.java | 1157 DataConnection.EVENT_KEEPALIVE_START_REQUEST, slotId, interval, kd).sendToTarget(); in testStartKeepaliveWLAN() 1181 DataConnection.EVENT_KEEPALIVE_START_REQUEST, slotId, interval, kd).sendToTarget(); in checkStartStopNattKeepalive() 1260 DataConnection.EVENT_KEEPALIVE_START_REQUEST, slotId, interval, kd).sendToTarget(); in checkStartNattKeepaliveFail()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DcNetworkAgent.java | 370 mDataConnection.obtainMessage(DataConnection.EVENT_KEEPALIVE_START_REQUEST, in onStartSocketKeepalive()
|
H A D | DataConnection.java | 374 static final int EVENT_KEEPALIVE_START_REQUEST = BASE + 21; field in DataConnection 420 sCmdToString[EVENT_KEEPALIVE_START_REQUEST - BASE] = "EVENT_KEEPALIVE_START_REQUEST"; 3168 case EVENT_KEEPALIVE_START_REQUEST: { in processMessage()
|