Searched refs:InactivityTimer (Results 1 – 1 of 1) sorted by relevance
516 public static class InactivityTimer implements Comparable<InactivityTimer> { class in NetworkAgentInfo520 public InactivityTimer(int requestId, long expiryMs) { in InactivityTimer() method in NetworkAgentInfo.InactivityTimer525 if (!(o instanceof InactivityTimer)) return false; in equals()526 InactivityTimer other = (InactivityTimer) o; in equals()532 public int compareTo(InactivityTimer other) { in compareTo()584 private final SortedSet<InactivityTimer> mInactivityTimers = new TreeSet<>();587 private final SparseArray<InactivityTimer> mInactivityTimerForRequest = new SparseArray<>();1420 InactivityTimer timer = new InactivityTimer(requestId, expiryMs);1444 InactivityTimer timer = mInactivityTimerForRequest.get(requestId);1511 final ArrayList<InactivityTimer> newTimers = new ArrayList<>();[all …]