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