Searched defs:KEY_CONTENT_MATURITY_RATING (Results 1 - 1 of 1) sorted by path

/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DRecommendationExtender.java59 private static final String KEY_CONTENT_MATURITY_RATING = "android.contentMaturity"; field in class:RecommendationExtender
92 mMaturityRating = contentBundle.getString(KEY_CONTENT_MATURITY_RATING);
122 contentBundle.putString(KEY_CONTENT_MATURITY_RATING, mMaturityRating);

Completed in 82 milliseconds