Searched refs:customActions (Results 1 – 6 of 6) sorted by relevance
555 List<PlaybackStateCompat.CustomAction> customActions, in PlaybackStateCompat() argument565 mCustomActions = new ArrayList<>(customActions); in PlaybackStateCompat()786 List<PlaybackStateCompat.CustomAction> customActions = null; in fromPlaybackState() local788 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() local830 customActions = new ArrayList<>(mCustomActions.size()); in getPlaybackState()832 customActions.add(customAction.getCustomAction()); in getPlaybackState()839 customActions, mActiveItemId, mExtras); in getPlaybackState()[all …]
34 List<Object> customActions, in newInstance() argument41 for (Object customAction : customActions) { in newInstance()
66 List<Object> customActions, in newInstance() argument73 for (Object customAction : customActions) { in newInstance()
298 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() argument306 mCustomActions = new ArrayList<>(customActions); in PlaybackState()
1621 List<PlaybackStateCompat.CustomAction> customActions = in onPlaybackStateChanged() local1624 if (customActions.size() > 0) { in onPlaybackStateChanged()1625 for (final PlaybackStateCompat.CustomAction action : customActions) { in onPlaybackStateChanged()
1480 List<PlaybackState.CustomAction> customActions = mPlaybackState.getCustomActions(); in onPlaybackStateChanged() local1482 if (customActions.size() > 0) { in onPlaybackStateChanged()1483 for (PlaybackState.CustomAction action : customActions) { in onPlaybackStateChanged()