OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 643 milliseconds