OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAKELOCK_TIMEOUT
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java
121
private static final int
WAKELOCK_TIMEOUT
= 3000;
283
sendMessageDelayed(EVENT_RELEASE_WAKELOCK,
WAKELOCK_TIMEOUT
);
[
all
...]
/packages/apps/Browser/src/com/android/browser/
Controller.java
135
private final static int
WAKELOCK_TIMEOUT
= 5 * 60 * 1000; // 5 minutes
530
// background loading after
WAKELOCK_TIMEOUT
(5-min).
645
.obtainMessage(RELEASE_WAKELOCK),
WAKELOCK_TIMEOUT
);
[
all
...]
Completed in 228 milliseconds