Home
last modified time | relevance | path

Searched refs:maxContentDepth (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParser.java276 int maxContentDepth = parser.getAttributeIntValue(XML_NAMESPACE, XML_MAX_DEPTH, in setContentRestrictionParameters() local
280 builder.setMaxContentDepthIfNotSet(maxContentDepth); in setContentRestrictionParameters()
285 mGlobalMaxContentDepth = maxContentDepth; in setContentRestrictionParameters()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java1049 public Builder setMaxContentDepth(int maxContentDepth) { in setMaxContentDepth() argument
1050 mMaxContentDepth = maxContentDepth; in setMaxContentDepth()
1057 public Builder setMaxContentDepthIfNotSet(int maxContentDepth) { in setMaxContentDepthIfNotSet() argument
1059 mMaxContentDepth = maxContentDepth; in setMaxContentDepthIfNotSet()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt323 …drivingstate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepth(int maxContentDepth)
324 …tate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepthIfNotSet(int maxContentDepth)
Dcar_hidden_apis_release_33.2.txt253 …drivingstate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepth(int maxContentDepth)
Dcar_hidden_apis_release_33.1.txt253 …drivingstate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepth(int maxContentDepth)
Dcar_hidden_apis_release_33.3.txt277 …drivingstate CarUxRestrictionsConfiguration.Builder Builder setMaxContentDepth(int maxContentDepth)
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt1178 method TIRAMISU_0 Builder setMaxContentDepth(int maxContentDepth);