Home
last modified time | relevance | path

Searched defs:customAction (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/media-compat/java/android/support/v4/media/session/
DPlaybackStateCompat.java684 PlaybackStateCompat.CustomAction customAction = new PlaybackStateCompat.CustomAction( in fromCustomAction() local
1041 public Builder addCustomAction(PlaybackStateCompat.CustomAction customAction) { in addCustomAction()
DMediaControllerCompat.java752 public abstract void sendCustomAction(PlaybackStateCompat.CustomAction customAction, in sendCustomAction()
1243 public void sendCustomAction(CustomAction customAction, Bundle args) { in sendCustomAction()
1486 public void sendCustomAction(CustomAction customAction, Bundle args) { in sendCustomAction()
/frameworks/base/media/java/android/media/session/
DMediaController.java871 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction()