Home
last modified time | relevance | path

Searched refs:getMediaControllerPlaybackState (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMediaManager.java350 getMediaControllerPlaybackState(mMediaController)); in addCallback()
385 == getMediaControllerPlaybackState(aController)) { in findPlayingMediaNotification()
433 @PlaybackState.State int state = getMediaControllerPlaybackState(mMediaController); in dispatchUpdateMediaMetaData()
473 private int getMediaControllerPlaybackState(MediaController controller) { in getMediaControllerPlaybackState() method in NotificationMediaManager