Searched refs:sendCustomAction (Results 1 – 3 of 3) sorted by relevance
234 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction() method in MediaController.TransportControls236 mTransportDelegate.sendCustomAction(customAction, args); in sendCustomAction()239 public void sendCustomAction(@NonNull String action, @Nullable Bundle args) { in sendCustomAction() method in MediaController.TransportControls240 mTransportDelegate.sendCustomAction(action, args); in sendCustomAction()
840 transportControls.sendCustomAction(ca, extras);863 transportControls.sendCustomAction(ca, ca.getExtras());
4308 … public void sendCustomAction(android.media.session.PlaybackState$CustomAction, android.os.Bundle);4309 public void sendCustomAction(java.lang.String, android.os.Bundle);