Searched refs:isCustom (Results 1 – 7 of 7) sorted by relevance
129 public boolean isCustom() { in isCustom() method in ContentRatingSystem157 List<Order> orders, boolean isCustom) { in ContentRatingSystem() argument167 mIsCustom = isCustom; in ContentRatingSystem()232 public void setIsCustom(boolean isCustom) { in setIsCustom() argument233 mIsCustom = isCustom; in setIsCustom()
94 boolean isCustom) in parse() argument136 ratingSystems.add(parseRatingSystemDefinition(parser, domain, isCustom)); in parse()178 boolean isCustom) throws XmlPullParserException, IOException { in parseRatingSystemDefinition() argument227 builder.setIsCustom(isCustom); in parseRatingSystemDefinition()
88 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()
54 String replyTo, boolean isDefault, boolean isCustom) { in ReplyFromAccount() argument61 this.isCustomFrom = isCustom; in ReplyFromAccount()
697 boolean isCustom = isCustomProperty(property); in getProperty()698 int valueType = isCustom in getProperty()716 if (!isCustom && v.getValueType() != valueType) { in getProperty()
500 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.CommonInflater516 } else if (isCustom(type)) { in getTypeLabel()538 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.PhoneActionInflater573 protected boolean isCustom(Integer type) { in isCustom() method in FallbackSource.PhoneActionAltInflater
504 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.CommonInflater520 } else if (isCustom(type)) { in getTypeLabel()542 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.PhoneActionInflater554 protected boolean isCustom(Integer type) { in isCustom() method in BaseAccountType.PhoneActionAltInflater