Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTracker.java116 public static final int CMD_REQUEST_START_KEEPALIVE = BASE + 2; field in AutomaticOnOffKeepaliveTracker
621 mConnectivityServiceHandler.obtainMessage(CMD_REQUEST_START_KEEPALIVE, autoKi) in startNattKeepalive()
655 mConnectivityServiceHandler.obtainMessage(CMD_REQUEST_START_KEEPALIVE, autoKi) in startNattKeepalive()
684 mConnectivityServiceHandler.obtainMessage(CMD_REQUEST_START_KEEPALIVE, autoKi) in startTcpKeepalive()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTrackerTest.java381 case AutomaticOnOffKeepaliveTracker.CMD_REQUEST_START_KEEPALIVE: in handleMessage()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java6675 case AutomaticOnOffKeepaliveTracker.CMD_REQUEST_START_KEEPALIVE: {