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