Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
DPlaybackViewModel.java523 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 PlaybackViewModel
723 public RawCustomPlaybackAction(int icon, String packageName, in RawCustomPlaybackAction() method in PlaybackViewModel.RawCustomPlaybackAction
737 RawCustomPlaybackAction that = (RawCustomPlaybackAction) o; in equals()