Searched defs:isPlaybackActive (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java443 if (!isPlaybackActive(state.getState())) {
1609 private boolean isPlaybackActive(int state) { method in class:PhoneStatusBar
/frameworks/base/services/core/java/com/android/server/audio/
H A DPlayerRecord.java275 protected boolean isPlaybackActive() { method in class:PlayerRecord
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java240 if (isPlaybackActive(false) || hasFlag(MediaSession.FLAG_EXCLUSIVE_GLOBAL_PRIORITY)) {
323 public boolean isPlaybackActive(boolean includeRecentlyActive) { method in class:MediaSessionRecord

Completed in 105 milliseconds