Searched refs:customAction (Results 1 – 2 of 2) sorted by relevance
892 public Builder addCustomAction(PlaybackState.CustomAction customAction) { in addCustomAction() argument893 if (customAction == null) { in addCustomAction()897 mCustomActions.add(customAction); in addCustomAction()
934 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction() argument936 if (customAction == null) { in sendCustomAction()939 sendCustomAction(customAction.getAction(), args); in sendCustomAction()