OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mContentTypes
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/recommendation/src/android/support/app/recommendation/
ContentRecommendation.java
315
private final String[]
mContentTypes
;
341
mContentTypes
= builder.mBuilderContentTypes;
575
if (
mContentTypes
!= null) {
576
return Arrays.copyOf(
mContentTypes
,
mContentTypes
.length);
578
return
mContentTypes
;
589
if (
mContentTypes
!= null &&
mContentTypes
.length > 0) {
590
return
mContentTypes
[0];
[
all
...]
/prebuilts/sdk/current/support/recommendation/libs/
android-support-recommendation.jar
Completed in 37 milliseconds