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

  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionStack.java 229 if (record.isPlaybackActive(false)) {
262 if (record.isPlaybackActive(false)) {
356 } else if (session.isPlaybackActive(true)) {
MediaSessionRecord.java 245 if (isPlaybackActive(false) || hasFlag(MediaSession.FLAG_EXCLUSIVE_GLOBAL_PRIORITY)) {
328 public boolean isPlaybackActive(boolean includeRecentlyActive) {
    [all...]
MediaSessionService.java 485 if (size > 0 && records.get(0).isPlaybackActive(false)) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 516 if (!isPlaybackActive(state.getState())) {
    [all...]

Completed in 71 milliseconds