Home
last modified time | relevance | path

Searched refs:sendCustomAction (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/session/
DMediaController.java920 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction() method in MediaController.TransportControls
925 sendCustomAction(customAction.getAction(), args); in sendCustomAction()
937 public void sendCustomAction(@NonNull String action, @Nullable Bundle args) { in sendCustomAction() method in MediaController.TransportControls
942 mSessionBinder.sendCustomAction(mContext.getPackageName(), action, args); in sendCustomAction()
DISessionController.aidl71 void sendCustomAction(String packageName, String action, in Bundle args); in sendCustomAction() method
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java1522 public void sendCustomAction(String packageName, int pid, int uid, String action,
1997 public void sendCustomAction(String packageName, String action, Bundle args) {
1998 mSessionCb.sendCustomAction(packageName, Binder.getCallingPid(), Binder.getCallingUid(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt1196 { controller.transportControls.sendCustomAction(customAction, customAction.extras) }, in <lambda>()
DLegacyMediaDataManagerImpl.kt1251 { controller.transportControls.sendCustomAction(customAction, customAction.extras) }, in getCustomAction()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16315 …method public void sendCustomAction(android.media.session.PlaybackState.CustomAction, android.os.B…
16316 method public void sendCustomAction(java.lang.String, android.os.Bundle);
/frameworks/base/core/api/
Dcurrent.txt26656 …method public void sendCustomAction(@NonNull android.media.session.PlaybackState.CustomAction, @Nu…
26657 method public void sendCustomAction(@NonNull String, @Nullable android.os.Bundle);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt29847 Landroid/media/session/ISessionController$Stub$Proxy;->sendCustomAction(Ljava/lang/String;Landroid/…
29922 Landroid/media/session/ISessionController;->sendCustomAction(Ljava/lang/String;Landroid/media/sessi…