Home
last modified time | relevance | path

Searched refs:isCustom (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/parental/
DContentRatingSystem.java129 public boolean isCustom() { in isCustom() method in ContentRatingSystem
157 List<Order> orders, boolean isCustom) { in ContentRatingSystem() argument
167 mIsCustom = isCustom; in ContentRatingSystem()
232 public void setIsCustom(boolean isCustom) { in setIsCustom() argument
233 mIsCustom = isCustom; in setIsCustom()
DContentRatingsParser.java94 boolean isCustom) in parse() argument
136 ratingSystems.add(parseRatingSystemDefinition(parser, domain, isCustom)); in parse()
178 boolean isCustom) throws XmlPullParserException, IOException { in parseRatingSystemDefinition() argument
227 builder.setIsCustom(isCustom); in parseRatingSystemDefinition()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingSystemsFragment.java88 if (!s.isCustom() && s.getCountries() != null in getItemList()
91 } else if (s.isCustom() || parentalControlSettings.isContentRatingSystemEnabled(s)) { in getItemList()
139 if (!s.isCustom() && s.getCountries() != null in setDefaultRatingSystemsIfNeeded()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DReplyFromAccount.java54 String replyTo, boolean isDefault, boolean isCustom) { in ReplyFromAccount() argument
61 this.isCustomFrom = isCustom; in ReplyFromAccount()
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetwork.java697 boolean isCustom = isCustomProperty(property); in getProperty()
698 int valueType = isCustom in getProperty()
716 if (!isCustom && v.getValueType() != valueType) { in getProperty()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DFallbackSource.java500 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.CommonInflater
516 } else if (isCustom(type)) { in getTypeLabel()
538 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.PhoneActionInflater
573 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.PhoneActionAltInflater
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DBaseAccountType.java504 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.CommonInflater
520 } else if (isCustom(type)) { in getTypeLabel()
542 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.PhoneActionInflater
554 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.PhoneActionAltInflater