Home
last modified time | relevance | path

Searched refs:mCustomActions (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/session/
DPlaybackState.java315 private List<PlaybackState.CustomAction> mCustomActions; field in PlaybackState
331 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.Builder
790 if (from.mCustomActions != null) { in Builder()
791 mCustomActions.addAll(from.mCustomActions); in Builder()
957 mCustomActions.add(customAction); in addCustomAction()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt30289 Landroid/media/session/PlaybackState$Builder;->mCustomActions:Ljava/util/List;
30317 Landroid/media/session/PlaybackState;->mCustomActions:Ljava/util/List;