Home
last modified time | relevance | path

Searched refs:sendCustomAction (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/audio_util/mockable/
DMediaController.java312 public void sendCustomAction( in sendCustomAction() method in MediaController.TransportControls
314 mTransportDelegate.sendCustomAction(customAction, args); in sendCustomAction()
318 public void sendCustomAction(@NonNull String action, @Nullable Bundle args) { in sendCustomAction() method in MediaController.TransportControls
319 mTransportDelegate.sendCustomAction(action, args); in sendCustomAction()