Searched defs:EXTRA_WAKELOCK_ACQUIRED (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java584 private static final String EXTRA_WAKELOCK_ACQUIRED = field in class:MediaSessionService.SessionManagerImpl
912 keyIntent.putExtra(EXTRA_WAKELOCK_ACQUIRED,
1043 if (extras.containsKey(EXTRA_WAKELOCK_ACQUIRED)
/frameworks/base/media/java/android/media/
H A DMediaFocusControl.java733 keyIntent.putExtra(EXTRA_WAKELOCK_ACQUIRED, WAKELOCK_RELEASE_ON_FINISHED);
772 keyIntent.putExtra(EXTRA_WAKELOCK_ACQUIRED, WAKELOCK_RELEASE_ON_FINISHED);
926 private static final String EXTRA_WAKELOCK_ACQUIRED = field in class:MediaFocusControl
945 if (extras.containsKey(EXTRA_WAKELOCK_ACQUIRED)) {

Completed in 43 milliseconds