Searched refs:customAction (Results 1 – 2 of 2) sorted by relevance
851 public Builder addCustomAction(PlaybackState.CustomAction customAction) { in addCustomAction() argument852 if (customAction == null) { in addCustomAction()856 mCustomActions.add(customAction); in addCustomAction()
922 public void sendCustomAction(@NonNull PlaybackState.CustomAction customAction, in sendCustomAction() argument924 if (customAction == null) { in sendCustomAction()927 sendCustomAction(customAction.getAction(), args); in sendCustomAction()