Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
|
public float | getPercentRating() throw new RuntimeException("Stub!");
|
public int | getRatingStyle() throw new RuntimeException("Stub!");
|
public float | getStarRating() throw new RuntimeException("Stub!");
|
public boolean | hasHeart() throw new RuntimeException("Stub!");
|
public boolean | isRated() throw new RuntimeException("Stub!");
|
public boolean | isThumbUp() throw new RuntimeException("Stub!");
|
public static android.media.Rating | newHeartRating(boolean hasHeart) throw new RuntimeException("Stub!");
|
public static android.media.Rating | newPercentageRating(float percent) throw new RuntimeException("Stub!");
|
public static android.media.Rating | newStarRating(int starRatingStyle, float starRating) throw new RuntimeException("Stub!");
|
public static android.media.Rating | newThumbRating(boolean thumbIsUp) throw new RuntimeException("Stub!");
|
public static android.media.Rating | newUnratedRating(int ratingStyle) throw new RuntimeException("Stub!");
|
public java.lang.String | toString() throw new RuntimeException("Stub!");
|
public void | writeToParcel(android.os.Parcel dest, int flags) throw new RuntimeException("Stub!");
|