Searched refs:customActions (Results 1 – 4 of 4) sorted by relevance
532 List<PlaybackStateCompat.CustomAction> customActions, in PlaybackStateCompat() argument542 mCustomActions = new ArrayList<>(customActions); in PlaybackStateCompat()763 List<PlaybackStateCompat.CustomAction> customActions = null; in fromPlaybackState() local765 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() local807 customActions = new ArrayList<>(mCustomActions.size()); in getPlaybackState()809 customActions.add(customAction.getCustomAction()); in getPlaybackState()816 customActions, mActiveItemId, mExtras); in getPlaybackState()[all …]
33 List<Object> customActions, in newInstance() argument40 for (Object customAction : customActions) { in newInstance()
65 List<Object> customActions, in newInstance() argument72 for (Object customAction : customActions) { in newInstance()
297 List<PlaybackState.CustomAction> customActions, long activeItemId, in PlaybackState() argument305 mCustomActions = new ArrayList<>(customActions); in PlaybackState()