Searched refs:mMaxContentDepth (Results 1 – 3 of 3) sorted by relevance
165 private final int mMaxContentDepth; field in CarUxRestrictions178 private int mMaxContentDepth = DEFAULT_MAX_CONTENT_DEPTH; field in CarUxRestrictions.Builder209 mMaxContentDepth = depth; in setMaxContentDepth()318 return mMaxContentDepth; in getMaxContentDepth()333 dest.writeInt(mMaxContentDepth); in writeToParcel()355 mMaxContentDepth = uxRestrictions.mMaxContentDepth; in CarUxRestrictions()364 mMaxContentDepth = builder.mMaxContentDepth; in CarUxRestrictions()373 mMaxContentDepth = in.readInt(); in CarUxRestrictions()
82 private final int mMaxContentDepth; field in CarUxRestrictionsConfiguration97 mMaxContentDepth = builder.mMaxContentDepth; in CarUxRestrictionsConfiguration()223 if (mMaxContentDepth != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()224 builder.setMaxContentDepth(mMaxContentDepth); in createUxRestrictionsEvent()244 writer.name(JSON_NAME_MAX_CONTENT_DEPTH).value(mMaxContentDepth); in writeJson()447 mMaxStringLength, mMaxCumulativeContentItems, mMaxContentDepth, in hashCode()472 return mMaxContentDepth == other.mMaxContentDepth in hasSameParameters()494 writer.println("Max Content depth: " + mMaxContentDepth); in dump()575 mMaxContentDepth = in.readInt(); in CarUxRestrictionsConfiguration()593 dest.writeInt(mMaxContentDepth); in writeToParcel()[all …]
61 private int mMaxContentDepth = UX_RESTRICTIONS_UNKNOWN; field in CarUxRestrictionsConfigurationXmlParser104 .setMaxContentDepth(mMaxContentDepth); in parse()357 mMaxContentDepth = a.getInt( in parseRestrictionParameters()