Searched refs:UX_RESTRICTIONS_UNKNOWN (Results 1 – 2 of 2) sorted by relevance
46 private static final int UX_RESTRICTIONS_UNKNOWN = -1; field in CarUxRestrictionsConfigurationXmlParser59 private int mMaxRestrictedStringLength = UX_RESTRICTIONS_UNKNOWN;60 private int mMaxCumulativeContentItems = UX_RESTRICTIONS_UNKNOWN;61 private int mMaxContentDepth = UX_RESTRICTIONS_UNKNOWN;272 int restrictions = UX_RESTRICTIONS_UNKNOWN; in parseRestrictions()350 UX_RESTRICTIONS_UNKNOWN); in parseRestrictionParameters()358 UX_RESTRICTIONS_UNKNOWN); in parseRestrictionParameters()361 UX_RESTRICTIONS_UNKNOWN); in parseRestrictionParameters()
216 if (mMaxStringLength != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()219 if (mMaxCumulativeContentItems != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()222 if (mMaxContentDepth != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()692 private static final int UX_RESTRICTIONS_UNKNOWN = -1; field in CarUxRestrictionsConfiguration.Builder699 private int mMaxContentDepth = UX_RESTRICTIONS_UNKNOWN;700 private int mMaxCumulativeContentItems = UX_RESTRICTIONS_UNKNOWN;701 private int mMaxStringLength = UX_RESTRICTIONS_UNKNOWN;