Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipControlsView.java151 if (mMediaController == null || mMediaController.getPlaybackState() == null) { in onFinishInflate()
154 long actions = mMediaController.getPlaybackState().getActions(); in onFinishInflate()
155 int state = mMediaController.getPlaybackState().getState(); in onFinishInflate()
156 if (mPipManager.getPlaybackState() == PipManager.PLAYBACK_STATE_PAUSED) { in onFinishInflate()
158 } else if (mPipManager.getPlaybackState() == PipManager.PLAYBACK_STATE_PLAYING) { in onFinishInflate()
245 int state = mPipManager.getPlaybackState(); in updateUserActions()
DPipManager.java591 int getPlaybackState() { in getPlaybackState() method in PipManager
592 if (mPipMediaController == null || mPipMediaController.getPlaybackState() == null) { in getPlaybackState()
595 int state = mPipMediaController.getPlaybackState().getState(); in getPlaybackState()
603 long actions = mPipMediaController.getPlaybackState().getActions(); in getPlaybackState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMediaController.java163 if (mMediaController == null || mMediaController.getPlaybackState() == null) { in getMediaActions()
168 int state = mMediaController.getPlaybackState().getState(); in getMediaActions()
170 long actions = mMediaController.getPlaybackState().getActions(); in getMediaActions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationMediaTemplateViewWrapper.java100 PlaybackState state = mMediaController.getPlaybackState();
239 if (mMediaController != null && canSeekMedia(mMediaController.getPlaybackState())) { in resolveViews()
320 PlaybackState playbackState = mMediaController.getPlaybackState();
/frameworks/base/media/java/android/media/
DRemoteController.java213 PlaybackState state = mCurrentSession.getPlaybackState(); in getEstimatedMediaPosition()
617 PlaybackState state = controller.getPlaybackState(); in updateController()
/frameworks/base/media/java/android/media/session/
DISessionController.aidl84 PlaybackState getPlaybackState(); in getPlaybackState() method
DMediaController.java146 public @Nullable PlaybackState getPlaybackState() { in getPlaybackState() method in MediaController
148 return mSessionBinder.getPlaybackState(); in getPlaybackState()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerController.java198 mListener.onPlaybackStateChange(mController.getPlaybackState());
DNotificationHelper.java90 mPlaybackState = mController.getPlaybackState(); in onStart()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java233 if (session.getPlaybackState() != null && session.isPlaybackActive() == in findMediaButtonSession()
DMediaSessionRecord.java368 public PlaybackState getPlaybackState() { in getPlaybackState() method in MediaSessionRecord
1471 public PlaybackState getPlaybackState() { in getPlaybackState() method in MediaSessionRecord.ControllerStub
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java398 pw.print(" state=" + mMediaController.getPlaybackState()); in dump()
426 final PlaybackState playbackState = controller.getPlaybackState(); in getMediaControllerPlaybackState()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/
DMediaSessions.java226 final PlaybackState playbackState = c.getPlaybackState(); in dump()
/frameworks/base/services/
Dart-profile8625 PLcom/android/server/media/MediaSessionRecord$ControllerStub;->getPlaybackState()Landroid/media/ses…
8671 PLcom/android/server/media/MediaSessionRecord;->getPlaybackState()Landroid/media/session/PlaybackSt…
/frameworks/base/config/
Dboot-image-profile.txt42085 HSPLandroid/media/session/ISessionController$Stub$Proxy;->getPlaybackState()Landroid/media/session/…
42111 HSPLandroid/media/session/MediaController;->getPlaybackState()Landroid/media/session/PlaybackState;
Dhiddenapi-greylist-max-o.txt39958 Landroid/media/session/ISessionController$Stub$Proxy;->getPlaybackState()Landroid/media/session/Pla…
40034 Landroid/media/session/ISessionController;->getPlaybackState()Landroid/media/session/PlaybackState;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16271 method public android.media.session.PlaybackState getPlaybackState();
/frameworks/base/non-updatable-api/
Dcurrent.txt27396 method @Nullable public android.media.session.PlaybackState getPlaybackState();
/frameworks/base/api/
Dcurrent.txt27526 method @Nullable public android.media.session.PlaybackState getPlaybackState();