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

  /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...]
  /external/chromium/net/disk_cache/
stats.h 40 TIMER,
47 LAST_REPORT_TIMER, // Timer count of the last time we sent a report.
backend_impl.cc 20 #include "base/timer.h"
447 // Create a recurrent timer of 30 secs.
1065 int64 use_time = stats_.GetCounter(Stats::TIMER);
    [all...]

Completed in 47 milliseconds