Searched refs:RawCustomPlaybackAction (Results 1 – 1 of 1) sorted by relevance
523 public List<RawCustomPlaybackAction> getCustomActions() { in getCustomActions()524 List<RawCustomPlaybackAction> actions = new ArrayList<>(); in getCustomActions()525 RawCustomPlaybackAction ratingAction = getRatingAction(); in getCustomActions()531 new RawCustomPlaybackAction(action.getIcon(), packageName, in getCustomActions()539 private RawCustomPlaybackAction getRatingAction() { in getRatingAction()556 return new RawCustomPlaybackAction(iconResource, null, ACTION_SET_RATING, extras); in getRatingAction()696 public static class RawCustomPlaybackAction { class in PlaybackViewModel723 public RawCustomPlaybackAction(int icon, String packageName, in RawCustomPlaybackAction() method in PlaybackViewModel.RawCustomPlaybackAction737 RawCustomPlaybackAction that = (RawCustomPlaybackAction) o; in equals()