OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsCustom
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/parental/
ContentRatingSystem.java
83
private final boolean
mIsCustom
;
130
return
mIsCustom
;
167
mIsCustom
= isCustom;
180
private boolean
mIsCustom
;
233
mIsCustom
= isCustom;
305
displayName, ratings, subRatings, orders,
mIsCustom
);
/development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java
422
private final boolean
mIsCustom
;
427
mIsCustom
= isCustom;
439
return
mIsCustom
;
448
if (
mIsCustom
) {
Completed in 687 milliseconds