Searched defs:sendCustomAction (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
H A DMediaController.java254 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, method in class:MediaController.TransportControls
256 mTransportDelegate.sendCustomAction(customAction, args);
259 public void sendCustomAction(@NonNull String action, @Nullable Bundle args) { method in class:MediaController.TransportControls
260 mTransportDelegate.sendCustomAction(action, args);

Completed in 77 milliseconds