Home
last modified time | relevance | path

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

/frameworks/support/media-compat/java/android/support/v4/media/session/
DPlaybackStateCompat.java532 List<PlaybackStateCompat.CustomAction> customActions, in PlaybackStateCompat() argument
542 mCustomActions = new ArrayList<>(customActions); in PlaybackStateCompat()
763 List<PlaybackStateCompat.CustomAction> customActions = null; in fromPlaybackState() local
765 customActions = new ArrayList<>(customActionObjs.size()); in fromPlaybackState()
767 customActions.add(CustomAction.fromCustomAction(customActionObj)); in fromPlaybackState()
785 customActions, in fromPlaybackState()
805 List<Object> customActions = null; in getPlaybackState() local
807 customActions = new ArrayList<>(mCustomActions.size()); in getPlaybackState()
809 customActions.add(customAction.getCustomAction()); in getPlaybackState()
816 customActions, mActiveItemId, mExtras); in getPlaybackState()
[all …]
/frameworks/support/media-compat/api22/android/support/v4/media/session/
DPlaybackStateCompatApi22.java33 List<Object> customActions, in newInstance() argument
40 for (Object customAction : customActions) { in newInstance()
/frameworks/support/media-compat/api21/android/support/v4/media/session/
DPlaybackStateCompatApi21.java65 List<Object> customActions, in newInstance() argument
72 for (Object customAction : customActions) { in newInstance()
/frameworks/base/media/java/android/media/session/
DPlaybackState.java297 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() argument
305 mCustomActions = new ArrayList<>(customActions); in PlaybackState()