Searched refs:customAction (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/media/java/android/media/session/ |
D | PlaybackState.java | 952 public Builder addCustomAction(PlaybackState.CustomAction customAction) { in addCustomAction() argument 953 if (customAction == null) { in addCustomAction() 957 mCustomActions.add(customAction); in addCustomAction()
|
D | MediaController.java | 920 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/ |
D | MediaDataProcessor.kt | 1192 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>()
|
D | LegacyMediaDataManagerImpl.kt | 1247 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |