Searched refs:InactivityTimer (Results 1 – 1 of 1) sorted by relevance
503 public static class InactivityTimer implements Comparable<InactivityTimer> { class in NetworkAgentInfo507 public InactivityTimer(int requestId, long expiryMs) { in InactivityTimer() method in NetworkAgentInfo.InactivityTimer512 if (!(o instanceof InactivityTimer)) return false; in equals()513 InactivityTimer other = (InactivityTimer) o; in equals()519 public int compareTo(InactivityTimer other) { in compareTo()571 private final SortedSet<InactivityTimer> mInactivityTimers = new TreeSet<>();574 private final SparseArray<InactivityTimer> mInactivityTimerForRequest = new SparseArray<>();1376 InactivityTimer timer = new InactivityTimer(requestId, expiryMs);1400 InactivityTimer timer = mInactivityTimerForRequest.get(requestId);1467 final ArrayList<InactivityTimer> newTimers = new ArrayList<>();[all …]