Searched refs:mCustomActions (Results 1 – 6 of 6) sorted by relevance
26 private final List<CustomAction> mCustomActions; field in CustomizableOptionsRowAdapter30 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()
298 private List<PlaybackState.CustomAction> mCustomActions; field in PlaybackState314 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.Builder732 if (from.mCustomActions != null) { in Builder()733 mCustomActions.addAll(from.mCustomActions); in Builder()897 mCustomActions.add(customAction); in addCustomAction()[all …]
79 private final Map<String, TmaCustomAction> mCustomActions; field in TmaMediaItemReader85 mCustomActions = enumNamesToValues(TmaMediaItem.TmaCustomAction.values()); in TmaMediaItemReader()120 getEnumArray(json, Keys.CUSTOM_ACTIONS, mCustomActions), in fromJson()
85 final List<TmaCustomAction> mCustomActions; field in TmaMediaItem106 mCustomActions = Collections.unmodifiableList(customActions); in TmaMediaItem()
128 for (TmaCustomAction action : mActiveItem.mCustomActions) { in setActiveItemState()
33167 Landroid/media/session/PlaybackState$Builder;->mCustomActions:Ljava/util/List;33195 Landroid/media/session/PlaybackState;->mCustomActions:Ljava/util/List;