Home
last modified time | relevance | path

Searched refs:handleStopAllKeepalives (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTracker.java474 public void handleStopAllKeepalives(NetworkAgentInfo nai, int reason) { in handleStopAllKeepalives() method in AutomaticOnOffKeepaliveTracker
476 mKeepaliveTracker.handleStopAllKeepalives(nai, reason); in handleStopAllKeepalives()
DKeepaliveTracker.java584 public void handleStopAllKeepalives(NetworkAgentInfo nai, int reason) { in handleStopAllKeepalives() method in KeepaliveTracker
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTrackerTest.java893 () -> mAOOKeepaliveTracker.handleStopAllKeepalives( in testStopAllKeepalives()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java4740 mKeepaliveTracker.handleStopAllKeepalives(nai,
5400 mKeepaliveTracker.handleStopAllKeepalives(nai, SocketKeepalive.ERROR_INVALID_NETWORK);