Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/session/
DPlaybackState.java952 public Builder addCustomAction(PlaybackState.CustomAction customAction) { in addCustomAction() argument
953 if (customAction == null) { in addCustomAction()
957 mCustomActions.add(customAction); in addCustomAction()
DMediaController.java920 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction() argument
922 if (customAction == null) { in sendCustomAction()
925 sendCustomAction(customAction.getAction(), args); in sendCustomAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt1192 customAction: PlaybackState.CustomAction in <lambda>()
1195 Icon.createWithResource(packageName, customAction.icon).loadDrawable(context), in <lambda>()
1196 { controller.transportControls.sendCustomAction(customAction, customAction.extras) }, in <lambda>()
1197 customAction.name, in <lambda>()
DLegacyMediaDataManagerImpl.kt1247 customAction: PlaybackState.CustomAction in getCustomAction()
1250 Icon.createWithResource(packageName, customAction.icon).loadDrawable(context), in getCustomAction()
1251 { controller.transportControls.sendCustomAction(customAction, customAction.extras) }, in getCustomAction()
1252 customAction.name, in getCustomAction()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...