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()
72 private final int mMaxContentDepth; field in CarUxRestrictionsConfiguration87 mMaxContentDepth = builder.mMaxContentDepth; in CarUxRestrictionsConfiguration()222 if (mMaxContentDepth != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()223 builder.setMaxContentDepth(mMaxContentDepth); in createUxRestrictionsEvent()244 writer.name(JSON_NAME_MAX_CONTENT_DEPTH).value(mMaxContentDepth); in writeJson()520 mMaxContentDepth, mRestrictionModes); in hashCode()544 return mMaxContentDepth == other.mMaxContentDepth in hasSameParameters()565 writer.println("Max Content depth: " + mMaxContentDepth); in dump()648 mMaxContentDepth = in.readInt(); in CarUxRestrictionsConfiguration()667 dest.writeInt(mMaxContentDepth); in writeToParcel()[all …]
62 private int mMaxContentDepth = UX_RESTRICTIONS_UNKNOWN; field in CarUxRestrictionsConfigurationXmlParser105 .setMaxContentDepth(mMaxContentDepth); in parse()360 mMaxContentDepth = a.getInt( in parseRestrictionParameters()