Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DAutomaticOnOffKeepaliveTracker.java726 ArrayList<Pair<AutomaticOnOffKeepalive, Integer>> invalidKeepalives = null; in handleCheckKeepalivesStillValid() local
732 if (invalidKeepalives == null) { in handleCheckKeepalivesStillValid()
733 invalidKeepalives = new ArrayList<>(); in handleCheckKeepalivesStillValid()
735 invalidKeepalives.add(Pair.create(autoKi, error)); in handleCheckKeepalivesStillValid()
738 if (invalidKeepalives == null) return; in handleCheckKeepalivesStillValid()
739 for (final Pair<AutomaticOnOffKeepalive, Integer> keepaliveAndError : invalidKeepalives) { in handleCheckKeepalivesStillValid()