Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java103 private int mRatingType; field in MediaSessionRecord
443 pw.println(indent + "rating type=" + mRatingType); in dump()
857 mRatingType = type; in setRatingType()
1362 return mRatingType; in getRatingType()
/frameworks/support/media-compat/java/android/support/v4/media/session/
DMediaSessionCompat.java1833 @RatingCompat.Style int mRatingType; field in MediaSessionCompat.MediaSessionImplBase
1873 mRatingType = RatingCompat.RATING_NONE; in MediaSessionImplBase()
2227 mRatingType = type; in setRatingType()
2756 return mRatingType; in getRatingType()
3185 @RatingCompat.Style int mRatingType; field in MediaSessionCompat.MediaSessionImplApi21
3324 mRatingType = type; in setRatingType()
3674 return mRatingType; in getRatingType()