Searched refs:mCustomActions (Results 1 – 2 of 2) sorted by relevance
315 private List<PlaybackState.CustomAction> mCustomActions; field in PlaybackState331 mCustomActions = new ArrayList<>(customActions); in PlaybackState()344 mCustomActions = in.createTypedArrayList(CustomAction.CREATOR); in PlaybackState()363 bob.append(", custom actions=").append(mCustomActions); in toString()383 dest.writeTypedList(mCustomActions); in writeToParcel()473 return mCustomActions; in getCustomActions()757 private final List<PlaybackState.CustomAction> mCustomActions = new ArrayList<>(); field in PlaybackState.Builder790 if (from.mCustomActions != null) { in Builder()791 mCustomActions.addAll(from.mCustomActions); in Builder()957 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;