/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipControlsView.java | 151 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()
|
D | PipManager.java | 591 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/ |
D | PipMediaController.java | 163 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/ |
D | NotificationMediaTemplateViewWrapper.java | 100 PlaybackState state = mMediaController.getPlaybackState(); 239 if (mMediaController != null && canSeekMedia(mMediaController.getPlaybackState())) { in resolveViews() 320 PlaybackState playbackState = mMediaController.getPlaybackState();
|
/frameworks/base/media/java/android/media/ |
D | RemoteController.java | 213 PlaybackState state = mCurrentSession.getPlaybackState(); in getEstimatedMediaPosition() 617 PlaybackState state = controller.getPlaybackState(); in updateController()
|
/frameworks/base/media/java/android/media/session/ |
D | ISessionController.aidl | 84 PlaybackState getPlaybackState(); in getPlaybackState() method
|
D | MediaController.java | 146 public @Nullable PlaybackState getPlaybackState() { in getPlaybackState() method in MediaController 148 return mSessionBinder.getPlaybackState(); in getPlaybackState()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | PlayerController.java | 198 mListener.onPlaybackStateChange(mController.getPlaybackState());
|
D | NotificationHelper.java | 90 mPlaybackState = mController.getPlaybackState(); in onStart()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionStack.java | 233 if (session.getPlaybackState() != null && session.isPlaybackActive() == in findMediaButtonSession()
|
D | MediaSessionRecord.java | 368 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/ |
D | NotificationMediaManager.java | 398 pw.print(" state=" + mMediaController.getPlaybackState()); in dump() 426 final PlaybackState playbackState = controller.getPlaybackState(); in getMediaControllerPlaybackState()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/ |
D | MediaSessions.java | 226 final PlaybackState playbackState = c.getPlaybackState(); in dump()
|
/frameworks/base/services/ |
D | art-profile | 8625 PLcom/android/server/media/MediaSessionRecord$ControllerStub;->getPlaybackState()Landroid/media/ses… 8671 PLcom/android/server/media/MediaSessionRecord;->getPlaybackState()Landroid/media/session/PlaybackSt…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 42085 HSPLandroid/media/session/ISessionController$Stub$Proxy;->getPlaybackState()Landroid/media/session/… 42111 HSPLandroid/media/session/MediaController;->getPlaybackState()Landroid/media/session/PlaybackState;
|
D | hiddenapi-greylist-max-o.txt | 39958 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/ |
D | android-22.txt | 16271 method public android.media.session.PlaybackState getPlaybackState();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 27396 method @Nullable public android.media.session.PlaybackState getPlaybackState();
|
/frameworks/base/api/ |
D | current.txt | 27526 method @Nullable public android.media.session.PlaybackState getPlaybackState();
|