Searched defs:Rating (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRating.java31 public final class Rating implements Parcelable { class in inherits:Parcelable
32 private final static String TAG = "Rating";
35 * Indicates a rating style is not supported. A Rating will never have this
37 * Rating.
78 private Rating(int ratingStyle, float rating) { method in class:Rating
85 return "Rating:style=" + mRatingStyle + " rating="
100 public static final Parcelable.Creator<Rating> CREATOR
101 = new Parcelable.Creator<Rating>() {
103 * Rebuilds a Rating previously stored with writeToParcel().
104 * @param p Parcel object to read the Rating fro
[all...]

Completed in 36 milliseconds