Searched refs:handleEventSocketKeepalive (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | AutomaticOnOffKeepaliveTracker.java | 454 public void handleEventSocketKeepalive(@NonNull NetworkAgentInfo nai, int slot, int reason) { in handleEventSocketKeepalive() method in AutomaticOnOffKeepaliveTracker 455 if (mKeepaliveTracker.handleEventSocketKeepalive(nai, slot, reason)) return; in handleEventSocketKeepalive()
|
D | KeepaliveTracker.java | 728 public boolean handleEventSocketKeepalive(@NonNull NetworkAgentInfo nai, int slot, int reason) { in handleEventSocketKeepalive() method in KeepaliveTracker
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | AutomaticOnOffKeepaliveTrackerTest.java | 432 () -> mAOOKeepaliveTracker.handleEventSocketKeepalive(mNai, slot, reason)); in triggerEventKeepalive()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 4637 mKeepaliveTracker.handleEventSocketKeepalive(nai, msg.arg1, msg.arg2);
|