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
448 pw.println(indent + "rating type=" + mRatingType); in dump()
850 mRatingType = type; in setRatingType()
1405 return mRatingType; in getRatingType()
/frameworks/support/media/src/main/java/android/support/v4/media/session/
DMediaSessionCompat.java1887 @RatingCompat.Style int mRatingType; field in MediaSessionCompat.MediaSessionImplBase
1926 mRatingType = RatingCompat.RATING_NONE; in MediaSessionImplBase()
2270 mRatingType = type; in setRatingType()
2794 return mRatingType; in getRatingType()
3245 @RatingCompat.Style int mRatingType; field in MediaSessionCompat.MediaSessionImplApi21
3383 mRatingType = type; in setRatingType()
3727 return mRatingType; in getRatingType()