OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mContentGenres
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/recommendation/src/android/support/app/recommendation/
ContentRecommendation.java
316
private final String[]
mContentGenres
;
342
mContentGenres
= builder.mBuilderContentGenres;
602
if (
mContentGenres
!= null) {
603
return Arrays.copyOf(
mContentGenres
,
mContentGenres
.length);
605
return
mContentGenres
;
[
all
...]
/prebuilts/sdk/current/support/recommendation/libs/
android-support-recommendation.jar
Completed in 38 milliseconds