Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTracker.java173 private final ArrayList<AutomaticOnOffKeepalive> mAutomaticOnOffKeepalives = new ArrayList<>(); field in AutomaticOnOffKeepaliveTracker
376 if (!mAutomaticOnOffKeepalives.contains(ki)) return; in handleMonitorAutomaticKeepalive()
389 if (!mAutomaticOnOffKeepalives.contains(ki)) return; in handleMonitorTcpConnections()
414 if (!mAutomaticOnOffKeepalives.contains(autoKi)) return; in handleMaybeResumeKeepalive()
445 return CollectionUtils.findFirst(mAutomaticOnOffKeepalives, in getKeepaliveForBinder()
460 mAutomaticOnOffKeepalives, it -> it.match(nai.network(), slot)); in handleEventSocketKeepalive()
478 CollectionUtils.filter(mAutomaticOnOffKeepalives, it -> it.mKi.getNai() == nai); in handleStopAllKeepalives()
529 mAutomaticOnOffKeepalives.add(autoKi); in handleStartKeepalive()
591 if (!mAutomaticOnOffKeepalives.remove(autoKi)) return; in cleanupAutoOnOffKeepalive()
706 for (AutomaticOnOffKeepalive autoKi : mAutomaticOnOffKeepalives) { in dump()
[all …]