Searched refs:invalidKeepalives (Results 1 – 1 of 1) sorted by relevance
519 ArrayList<Pair<Integer, Integer>> invalidKeepalives = new ArrayList<>(); in handleCheckKeepalivesStillValid() local523 invalidKeepalives.add(Pair.create(slot, error)); in handleCheckKeepalivesStillValid()526 for (Pair<Integer, Integer> slotAndError: invalidKeepalives) { in handleCheckKeepalivesStillValid()