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()348 UX_RESTRICTIONS_UNKNOWN); in parseRestrictionParameters()356 UX_RESTRICTIONS_UNKNOWN); in parseRestrictionParameters()359 UX_RESTRICTIONS_UNKNOWN); in parseRestrictionParameters()
217 if (mMaxStringLength != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()220 if (mMaxCumulativeContentItems != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()223 if (mMaxContentDepth != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()618 private static final int UX_RESTRICTIONS_UNKNOWN = -1; field in CarUxRestrictionsConfiguration.Builder625 private int mMaxContentDepth = UX_RESTRICTIONS_UNKNOWN;626 private int mMaxCumulativeContentItems = UX_RESTRICTIONS_UNKNOWN;627 private int mMaxStringLength = UX_RESTRICTIONS_UNKNOWN;