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
104
private static final int
RELEASE_WAKELOCK
= 2;
221
case
RELEASE_WAKELOCK
:
[
all
...]
/packages/apps/Browser/src/com/android/browser/
Controller.java
121
private static final int
RELEASE_WAKELOCK
= 107;
526
case
RELEASE_WAKELOCK
:
645
.obtainMessage(
RELEASE_WAKELOCK
), WAKELOCK_TIMEOUT);
711
mHandler.removeMessages(
RELEASE_WAKELOCK
);
[
all
...]
Completed in 322 milliseconds