Searched refs:maxContentDepth (Results 1 – 7 of 7) sorted by relevance
276 int maxContentDepth = parser.getAttributeIntValue(XML_NAMESPACE, XML_MAX_DEPTH, in setContentRestrictionParameters() local280 builder.setMaxContentDepthIfNotSet(maxContentDepth); in setContentRestrictionParameters()285 mGlobalMaxContentDepth = maxContentDepth; in setContentRestrictionParameters()
1049 public Builder setMaxContentDepth(int maxContentDepth) { in setMaxContentDepth() argument1050 mMaxContentDepth = maxContentDepth; in setMaxContentDepth()1057 public Builder setMaxContentDepthIfNotSet(int maxContentDepth) { in setMaxContentDepthIfNotSet() argument1059 mMaxContentDepth = maxContentDepth; in setMaxContentDepthIfNotSet()
323 …drivingstate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepth(int maxContentDepth)324 …tate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepthIfNotSet(int maxContentDepth)
253 …drivingstate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepth(int maxContentDepth)
277 …drivingstate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepth(int maxContentDepth)
1178 method TIRAMISU_0 Builder setMaxContentDepth(int maxContentDepth);