Searched refs:ACTION_SET_RATING (Results 1 – 3 of 3) sorted by relevance
76 private static final String ACTION_SET_RATING = field in PlaybackViewModel541 if ((stdActions & PlaybackStateCompat.ACTION_SET_RATING) == 0) return null; in getRatingAction()556 return new RawCustomPlaybackAction(iconResource, null, ACTION_SET_RATING, extras); in getRatingAction()646 if (ACTION_SET_RATING.equals(action)) { in doCustomAction()
38 PlaybackState.ACTION_FAST_FORWARD, PlaybackState.ACTION_SET_RATING,
82 | PlaybackState.ACTION_SET_RATING in TunerSession()