HomeSort by relevance Sort by last modified time
    Searched refs:isPlaybackActive (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionStack.java 193 if (record.isPlaybackActive(false)) {
226 if (record.isPlaybackActive(false)) {
312 } else if (session.isPlaybackActive(true)) {
MediaSessionRecord.java 240 if (isPlaybackActive(false) || hasFlag(MediaSession.FLAG_EXCLUSIVE_GLOBAL_PRIORITY)) {
323 public boolean isPlaybackActive(boolean includeRecentlyActive) {
    [all...]
MediaSessionService.java 471 if (size > 0 && records.get(0).isPlaybackActive(false)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/audio/
PlayerRecord.java 275 protected boolean isPlaybackActive() {
MediaFocusControl.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 443 if (!isPlaybackActive(state.getState())) {
    [all...]

Completed in 56 milliseconds