Searched refs:invalidKeepalives (Results 1 – 1 of 1) sorted by relevance
726 ArrayList<Pair<AutomaticOnOffKeepalive, Integer>> invalidKeepalives = null; in handleCheckKeepalivesStillValid() local732 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()