Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DCustomizableOptionsRowAdapter.java26 private final List<CustomAction> mCustomActions; field in CustomizableOptionsRowAdapter
30 mCustomActions = customActions; in CustomizableOptionsRowAdapter()
47 if (mCustomActions != null) { in createActions()
49 for (int i = 0; i < mCustomActions.size(); i++) { in createActions()
52 CustomAction customAction = mCustomActions.get(i); in createActions()
71 getMainActivity().startActivitySafe(mCustomActions.get(position).getIntent()); in executeAction()
78 return mCustomActions; in getCustomActions()
/aosp12/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java298 private List<PlaybackState.CustomAction> mCustomActions; field in PlaybackState
314 mCustomActions = new ArrayList<>(customActions); in PlaybackState()
327 mCustomActions = in.createTypedArrayList(CustomAction.CREATOR); in PlaybackState()
342 bob.append(", custom actions=").append(mCustomActions); in toString()
362 dest.writeTypedList(mCustomActions); in writeToParcel()
451 return mCustomActions; in getCustomActions()
699 private final List<PlaybackState.CustomAction> mCustomActions = new ArrayList<>(); field in PlaybackState.Builder
732 if (from.mCustomActions != null) { in Builder()
733 mCustomActions.addAll(from.mCustomActions); in Builder()
897 mCustomActions.add(customAction); in addCustomAction()
[all …]
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/loader/
H A DTmaMediaItemReader.java79 private final Map<String, TmaCustomAction> mCustomActions; field in TmaMediaItemReader
85 mCustomActions = enumNamesToValues(TmaMediaItem.TmaCustomAction.values()); in TmaMediaItemReader()
120 getEnumArray(json, Keys.CUSTOM_ACTIONS, mCustomActions), in fromJson()
/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
H A DTmaMediaItem.java85 final List<TmaCustomAction> mCustomActions; field in TmaMediaItem
106 mCustomActions = Collections.unmodifiableList(customActions); in TmaMediaItem()
H A DTmaPlayer.java128 for (TmaCustomAction action : mActiveItem.mCustomActions) { in setActiveItemState()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt33167 Landroid/media/session/PlaybackState$Builder;->mCustomActions:Ljava/util/List;
33195 Landroid/media/session/PlaybackState;->mCustomActions:Ljava/util/List;