Home
last modified time | relevance | path

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

/frameworks/support/media/src/main/java/android/support/v4/media/session/
DPlaybackStateCompat.java555 List<PlaybackStateCompat.CustomAction> customActions, in PlaybackStateCompat() argument
565 mCustomActions = new ArrayList<>(customActions); in PlaybackStateCompat()
786 List<PlaybackStateCompat.CustomAction> customActions = null; in fromPlaybackState() local
788 customActions = new ArrayList<>(customActionObjs.size()); in fromPlaybackState()
790 customActions.add(CustomAction.fromCustomAction(customActionObj)); in fromPlaybackState()
808 customActions, in fromPlaybackState()
828 List<Object> customActions = null; in getPlaybackState() local
830 customActions = new ArrayList<>(mCustomActions.size()); in getPlaybackState()
832 customActions.add(customAction.getCustomAction()); in getPlaybackState()
839 customActions, mActiveItemId, mExtras); in getPlaybackState()
[all …]
/frameworks/support/media/api22/android/support/v4/media/session/
DPlaybackStateCompatApi22.java34 List<Object> customActions, in newInstance() argument
41 for (Object customAction : customActions) { in newInstance()
/frameworks/support/media/api21/android/support/v4/media/session/
DPlaybackStateCompatApi21.java66 List<Object> customActions, in newInstance() argument
73 for (Object customAction : customActions) { in newInstance()
/frameworks/base/media/java/android/media/session/
DPlaybackState.java298 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() argument
306 mCustomActions = new ArrayList<>(customActions); in PlaybackState()
/frameworks/support/media-widget/src/main/java/androidx/media/widget/
DMediaControlView2.java1621 List<PlaybackStateCompat.CustomAction> customActions = in onPlaybackStateChanged() local
1624 if (customActions.size() > 0) { in onPlaybackStateChanged()
1625 for (final PlaybackStateCompat.CustomAction action : customActions) { in onPlaybackStateChanged()
/frameworks/av/packages/MediaComponents/src/com/android/widget/
DMediaControlView2Impl.java1480 List<PlaybackState.CustomAction> customActions = mPlaybackState.getCustomActions(); in onPlaybackStateChanged() local
1482 if (customActions.size() > 0) { in onPlaybackStateChanged()
1483 for (PlaybackState.CustomAction action : customActions) { in onPlaybackStateChanged()