Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/audio_util/mockable/
DMediaController.java385 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction() method in MediaController.TransportControls
387 mTransportDelegate.sendCustomAction(customAction, args); in sendCustomAction()
393 public void sendCustomAction(@NonNull String action, @Nullable Bundle args) { in sendCustomAction() method in MediaController.TransportControls
394 mTransportDelegate.sendCustomAction(action, args); in sendCustomAction()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
DPlaybackViewModel.java650 cntrl.sendCustomAction(action, extras); in doCustomAction()