Searched refs:updatePlaybackState (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSessionManager.java124 updatePlaybackState();
185 updatePlaybackState();
197 updatePlaybackState();
276 updatePlaybackState();
332 private void updatePlaybackState() { method in class:SessionManager
383 updatePlaybackState();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSessionManager.java124 updatePlaybackState();
185 updatePlaybackState();
197 updatePlaybackState();
276 updatePlaybackState();
332 private void updatePlaybackState() { method in class:SessionManager
383 updatePlaybackState();
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java178 updatePlaybackState(null);
261 updatePlaybackState(getString(R.string.error_no_metadata));
489 updatePlaybackState(null);
570 updatePlaybackState(withError);
580 updatePlaybackState(getResources().getString(R.string.error_no_metadata));
641 private void updatePlaybackState(String error) { method in class:MediaBrowserServiceSupport
642 Log.d(TAG, "updatePlaybackState, playback state=" + mPlayback.getState());
686 Log.d(TAG, "updatePlaybackState, setting Favorite custom action of music "
748 updatePlaybackState(null);
753 updatePlaybackState(erro
[all...]
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java178 updatePlaybackState(null);
261 updatePlaybackState(getString(R.string.error_no_metadata));
489 updatePlaybackState(null);
570 updatePlaybackState(withError);
580 updatePlaybackState(getResources().getString(R.string.error_no_metadata));
641 private void updatePlaybackState(String error) { method in class:MediaBrowserServiceSupport
642 Log.d(TAG, "updatePlaybackState, playback state=" + mPlayback.getState());
686 Log.d(TAG, "updatePlaybackState, setting Favorite custom action of music "
748 updatePlaybackState(null);
753 updatePlaybackState(erro
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DPlaybackControlGlue.java198 glue.updatePlaybackState();
570 updatePlaybackState();
574 updatePlaybackState(mPlaybackSpeed);
618 void updatePlaybackState() { method in class:PlaybackControlGlue
621 updatePlaybackState(mPlaybackSpeed);
668 private void updatePlaybackState(int playbackSpeed) { method in class:PlaybackControlGlue
850 updatePlaybackState();
853 updatePlaybackState();
H A DPlaybackTransportControlGlue.java225 updatePlaybackState(mIsPlaying);
291 updatePlaybackState(mIsPlaying);
294 private void updatePlaybackState(boolean isPlaying) { method in class:PlaybackTransportControlGlue
H A DPlaybackBannerControlGlue.java401 updatePlaybackState(mIsPlaying);
526 updatePlaybackState(mIsPlaying);
529 private void updatePlaybackState(boolean isPlaying) { method in class:PlaybackBannerControlGlue

Completed in 180 milliseconds