HomeSort by relevance Sort by last modified time
    Searched defs:TIMER (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
stats.h 40 TIMER,
47 LAST_REPORT_TIMER, // Timer count of the last time we sent a report.
  /packages/apps/Email/src/com/android/email/
Throttle.java 24 import java.util.Timer;
43 private static Timer TIMER = new Timer();
46 private final Timer mTimer;
79 this(name, callback, handler, minTimeout, maxTimeout, Clock.INSTANCE, TIMER);
84 int maxTimeout, Clock clock, Timer timer) {
91 mTimer = timer;
145 * Timer task called on timeout
    [all...]

Completed in 196 milliseconds