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