Home
last modified time | relevance | path

Searched refs:customAction (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DCustomizableOptionsRowAdapter.java52 CustomAction customAction = mCustomActions.get(i); in createActions() local
55 customAction.getTitle(), type, customAction.getIconDrawable()); in createActions()
57 if (customAction.isFront()) { in createActions()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardPanelViewPagerAdapter.java165 CustomPlaybackAction customAction = a.fetchDrawable(mContext); in updateCustomActionsWithPlaybackState() local
166 if (customAction != null) { in updateCustomActionsWithPlaybackState()
167 actionsToFill.get(i).setImageDrawable(customAction.mIcon); in updateCustomActionsWithPlaybackState()
176 customAction.mAction, customAction.mExtras); in updateCustomActionsWithPlaybackState()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/mockable/
DMediaController.java313 @NonNull PlaybackState.CustomAction customAction, @Nullable Bundle args) { in sendCustomAction()
314 mTransportDelegate.sendCustomAction(customAction, args); in sendCustomAction()