Searched refs:mCustomActions (Results 1 – 2 of 2) sorted by relevance
298 private List<PlaybackState.CustomAction> mCustomActions; field in PlaybackState314 mCustomActions = new ArrayList<>(customActions); in PlaybackState()327 mCustomActions = in.createTypedArrayList(CustomAction.CREATOR); in PlaybackState()346 bob.append(", custom actions=").append(mCustomActions); in toString()366 dest.writeTypedList(mCustomActions); in writeToParcel()455 return mCustomActions; in getCustomActions()735 private final List<PlaybackState.CustomAction> mCustomActions = new ArrayList<>(); field in PlaybackState.Builder768 if (from.mCustomActions != null) { in Builder()769 mCustomActions.addAll(from.mCustomActions); in Builder()933 mCustomActions.add(customAction); in addCustomAction()[all …]
30289 Landroid/media/session/PlaybackState$Builder;->mCustomActions:Ljava/util/List;30317 Landroid/media/session/PlaybackState;->mCustomActions:Ljava/util/List;