Searched refs:UX_RESTRICTIONS_UNKNOWN (Results 1 – 2 of 2) sorted by relevance
47 private static final int UX_RESTRICTIONS_UNKNOWN = -1; field in CarUxRestrictionsConfigurationXmlParser60 private int mMaxRestrictedStringLength = UX_RESTRICTIONS_UNKNOWN;61 private int mMaxCumulativeContentItems = UX_RESTRICTIONS_UNKNOWN;62 private int mMaxContentDepth = UX_RESTRICTIONS_UNKNOWN;273 int restrictions = UX_RESTRICTIONS_UNKNOWN; in parseRestrictions()351 UX_RESTRICTIONS_UNKNOWN); in parseRestrictionParameters()359 UX_RESTRICTIONS_UNKNOWN); in parseRestrictionParameters()362 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;