Searched refs:sendCustomAction (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/media/java/android/media/session/ |
D | MediaController.java | 922 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction() method in MediaController.TransportControls 927 sendCustomAction(customAction.getAction(), args); in sendCustomAction() 939 public void sendCustomAction(@NonNull String action, @Nullable Bundle args) { in sendCustomAction() method in MediaController.TransportControls 944 mSessionBinder.sendCustomAction(mContext.getPackageName(), mCbStub, action, args); in sendCustomAction()
|
D | ISessionController.aidl | 81 void sendCustomAction(String packageName, in ISessionControllerCallback caller, in sendCustomAction() method
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 1038 public void sendCustomAction(String packageName, int pid, int uid, in sendCustomAction() method in MediaSessionRecord.SessionCb 1457 public void sendCustomAction(String packageName, ISessionControllerCallback caller, in sendCustomAction() method in MediaSessionRecord.ControllerStub 1459 mSessionCb.sendCustomAction(packageName, Binder.getCallingPid(), Binder.getCallingUid(), in sendCustomAction()
|
/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/non-updatable-api/ |
D | current.txt | 27449 …method public void sendCustomAction(@NonNull android.media.session.PlaybackState.CustomAction, @Nu… 27450 method public void sendCustomAction(@NonNull String, @Nullable android.os.Bundle);
|
/frameworks/base/api/ |
D | current.txt | 27579 …method public void sendCustomAction(@NonNull android.media.session.PlaybackState.CustomAction, @Nu… 27580 method public void sendCustomAction(@NonNull String, @Nullable android.os.Bundle);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 39982 Landroid/media/session/ISessionController$Stub$Proxy;->sendCustomAction(Ljava/lang/String;Landroid/… 40057 Landroid/media/session/ISessionController;->sendCustomAction(Ljava/lang/String;Landroid/media/sessi…
|