Searched refs:mCustomActions (Results 1 – 1 of 1) sorted by relevance
232 private List<PlaybackState.CustomAction> mCustomActions; field in PlaybackState248 mCustomActions = new ArrayList<>(customActions); in PlaybackState()261 mCustomActions = in.createTypedArrayList(CustomAction.CREATOR); in PlaybackState()276 bob.append(", custom actions=").append(mCustomActions); in toString()296 dest.writeTypedList(mCustomActions); in writeToParcel()368 return mCustomActions; in getCustomActions()744 private final List<PlaybackState.CustomAction> mCustomActions = new ArrayList<>();777 if (from.mCustomActions != null) {778 mCustomActions.addAll(from.mCustomActions);923 mCustomActions.add(customAction);[all …]