Home
last modified time | relevance | path

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

/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerSession.java51 protected PlaybackState mPlaybackState; field in PlayerSession
63 mPlaybackState = psBob.build(); in PlayerSession()
80 mSession.setPlaybackState(mPlaybackState); in createSession()
141 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); in updateState()
144 mPlaybackState = bob.build(); in updateState()
145 mSession.setPlaybackState(mPlaybackState); in updateState()
167 PlaybackState.Builder bob = new PlaybackState.Builder(mPlaybackState); in onError()
172 mPlaybackState = bob.build(); in onError()
173 mSession.setPlaybackState(mPlaybackState); in onError()
175 mListener.onPlayStateChanged(mPlaybackState); in onError()
[all …]
DOnePlayerActivity.java61 private PlaybackState mPlaybackState; field in OnePlayerActivity
143 final int state = mPlaybackState.getState();
178 mPlaybackState = state;
182 switch (mPlaybackState.getState()) {
212 statusBuilder.append(mPlaybackState);
DNotificationHelper.java41 private PlaybackState mPlaybackState; field in NotificationHelper
90 mPlaybackState = mController.getPlaybackState(); in onStart()
131 mPlaybackState = state;
150 if (mPlaybackState == null) { in updateNotification()
160 final int state = mPlaybackState.getState(); in updateNotification()
205 final long pos = mPlaybackState.getPosition(); in updateNotification()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/
DPipActivity.java92 private PlaybackState mPlaybackState = mPlaybackStateBuilder.build(); field in PipActivity
240 if (mPlaybackState.getState() == newState) { in updateMediaSessionState()
260 mPlaybackState = mPlaybackStateBuilder.build(); in updateMediaSessionState()
264 mMediaSession.setPlaybackState(mPlaybackState); in updateMediaSessionState()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java142 private PlaybackState mPlaybackState; field in MediaSessionRecord
398 if (mPlaybackState == null) { in checkPlaybackActiveState()
401 return mPlaybackState.isActive() == expected; in checkPlaybackActiveState()
431 mPlaybackState = null; in close()
519 pw.println(indent + "state=" + (mPlaybackState == null ? null : mPlaybackState.toString())); in dump()
596 playbackState = mPlaybackState; in pushPlaybackStateUpdate()
813 state = mPlaybackState; in getStateWithUpdatedPosition()
992 int oldState = mPlaybackState == null in setPlaybackState()
993 ? PlaybackState.STATE_NONE : mPlaybackState.getState(); in setPlaybackState()
1000 mPlaybackState = state; in setPlaybackState()
/frameworks/base/media/java/android/media/
DRemoteControlClient.java660 if ((mPlaybackState != state) || (mPlaybackPositionMs != timeInMs) in setPlaybackStateInt()
663 mPlaybackState = state; in setPlaybackStateInt()
845 private int mPlaybackState = PLAYSTATE_NONE; field in RemoteControlClient
/frameworks/base/media/java/android/media/session/
DMediaSession.java147 private PlaybackState mPlaybackState; field in MediaSession
479 mPlaybackState = state; in setPlaybackState()
921 PlaybackState state = mSession.mPlaybackState; in onMediaButtonEvent()
1006 PlaybackState state = mSession.mPlaybackState; in handleMediaPlayPauseKeySingleTapIfPending()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt32325 Landroid/media/RemoteControlClient;->mPlaybackState:I
33044 Landroid/media/session/MediaSession;->mPlaybackState:Landroid/media/session/PlaybackState;