Searched refs:sendCustomAction (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/java/android/media/session/ |
D | MediaController.java | 920 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()
|
D | ISessionController.aidl | 71 void sendCustomAction(String packageName, String action, in Bundle args); in sendCustomAction() method
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 1522 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/ |
D | MediaDataProcessor.kt | 1196 { controller.transportControls.sendCustomAction(customAction, customAction.extras) }, in <lambda>()
|
D | LegacyMediaDataManagerImpl.kt | 1251 { controller.transportControls.sendCustomAction(customAction, customAction.extras) }, in getCustomAction()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 16315 …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/ |
D | current.txt | 26656 …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/ |
D | hiddenapi-max-target-o.txt | 29847 Landroid/media/session/ISessionController$Stub$Proxy;->sendCustomAction(Ljava/lang/String;Landroid/… 29922 Landroid/media/session/ISessionController;->sendCustomAction(Ljava/lang/String;Landroid/media/sessi…
|