OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RELEASE_WAKELOCK
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Music/src/com/android/music/
MediaPlaybackService.java
103
private static final int
RELEASE_WAKELOCK
= 2;
205
case
RELEASE_WAKELOCK
:
[
all
...]
/packages/apps/Browser/src/com/android/browser/
Controller.java
122
private static final int
RELEASE_WAKELOCK
= 107;
527
case
RELEASE_WAKELOCK
:
642
.obtainMessage(
RELEASE_WAKELOCK
), WAKELOCK_TIMEOUT);
692
mHandler.removeMessages(
RELEASE_WAKELOCK
);
[
all
...]
Completed in 93 milliseconds