Searched refs:mMaxContentDepth (Results 1 – 2 of 2) sorted by relevance
171 private final int mMaxContentDepth; field in CarUxRestrictions184 private int mMaxContentDepth = DEFAULT_MAX_CONTENT_DEPTH; field in CarUxRestrictions.Builder215 mMaxContentDepth = depth; in setMaxContentDepth()324 return mMaxContentDepth; in getMaxContentDepth()340 dest.writeInt(mMaxContentDepth); in writeToParcel()362 mMaxContentDepth = uxRestrictions.mMaxContentDepth; in CarUxRestrictions()371 mMaxContentDepth = builder.mMaxContentDepth; in CarUxRestrictions()380 mMaxContentDepth = in.readInt(); in CarUxRestrictions()
87 private final int mMaxContentDepth; field in CarUxRestrictionsConfiguration110 mMaxContentDepth = builder.mMaxContentDepth; in CarUxRestrictionsConfiguration()337 if (mMaxContentDepth != Builder.UX_RESTRICTIONS_UNKNOWN) { in createUxRestrictionsEvent()338 builder.setMaxContentDepth(mMaxContentDepth); in createUxRestrictionsEvent()370 writer.name(JSON_NAME_MAX_CONTENT_DEPTH).value(mMaxContentDepth); in writeJson()662 mMaxCumulativeContentItems, mMaxContentDepth, mRestrictionModes); in hashCode()689 return mMaxContentDepth == other.mMaxContentDepth in hasSameParameters()714 writer.println("Max Content depth: " + mMaxContentDepth); in dump()801 mMaxContentDepth = in.readInt(); in CarUxRestrictionsConfiguration()823 dest.writeInt(mMaxContentDepth); in writeToParcel()[all …]