Searched defs:mGenres (Results 1 - 1 of 1) sorted by last modified time

/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DRecommendationExtender.java64 private String[] mGenres; field in class:RecommendationExtender
88 mGenres = contentBundle.getStringArray(KEY_CONTENT_GENRES);
109 if (mGenres != null) {
110 contentBundle.putStringArray(KEY_CONTENT_GENRES, mGenres);
182 mGenres = genres;
194 return mGenres;

Completed in 207 milliseconds