Searched refs:sendCustomAction (Results 1 – 2 of 2) sorted by relevance
385 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction() method in MediaController.TransportControls387 mTransportDelegate.sendCustomAction(customAction, args); in sendCustomAction()393 public void sendCustomAction(@NonNull String action, @Nullable Bundle args) { in sendCustomAction() method in MediaController.TransportControls394 mTransportDelegate.sendCustomAction(action, args); in sendCustomAction()
650 cntrl.sendCustomAction(action, extras); in doCustomAction()