HomeSort by relevance Sort by last modified time
    Searched refs:LingerTimer (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 158 public static class LingerTimer implements Comparable<LingerTimer> {
162 public LingerTimer(NetworkRequest request, long expiryMs) {
167 if (!(o instanceof LingerTimer)) return false;
168 LingerTimer other = (LingerTimer) o;
174 public int compareTo(LingerTimer other) {
197 private final SortedSet<LingerTimer> mLingerTimers = new TreeSet<>();
200 private final SparseArray<LingerTimer> mLingerTimerForRequest = new SparseArray<>();
203 // network is lingering or not. Always set to the expiry of the LingerTimer that expires last
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 273 class LingerTimer extends SIPStackTimerTask {
275 public LingerTimer() {
278 sipStack.getStackLogger().logDebug("LingerTimer : "
290 sipStack.getStackLogger().logDebug("LingerTimer: run() : "
    [all...]
SIPDialog.java 369 class LingerTimer extends SIPStackTimerTask implements Serializable {
371 public LingerTimer() {
    [all...]
SIPClientTransaction.java 251 TimerTask myTimer = new LingerTimer();
    [all...]
SIPServerTransaction.java 381 TimerTask myTimer = new LingerTimer();
    [all...]

Completed in 280 milliseconds