Home
last modified time | relevance | path

Searched refs:setMaxContentDepth (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUxRestrictionsConfigurationTest.java363 .setMaxContentDepth(1) in testJsonSerialization_RestrictionParameters()
435 .setMaxContentDepth(2) in testJsonSerialization_ReadsV1()
500 .setMaxContentDepth(1) in testDump()
669 .setMaxContentDepth(1) in testHasSameParameters_SameParameters()
675 .setMaxContentDepth(1) in testHasSameParameters_SameParameters()
685 .setMaxContentDepth(1) in testHasSameParameters_DifferentParameters()
691 .setMaxContentDepth(1) in testHasSameParameters_DifferentParameters()
701 .setMaxContentDepth(1) in testConfigurationEquals()
710 .setMaxContentDepth(1) in testConfigurationEquals()
724 .setMaxContentDepth(1) in testConfigurationEquals_DifferentRestrictions()
[all …]
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java223 builder.setMaxContentDepth(mMaxContentDepth); in createUxRestrictionsEvent()
339 builder.setMaxContentDepth(reader.nextInt()); in readJson()
805 public Builder setMaxContentDepth(int maxContentDepth) { in setMaxContentDepth() method in CarUxRestrictionsConfiguration.Builder
DCarUxRestrictions.java208 public Builder setMaxContentDepth(int depth) { in setMaxContentDepth() method in CarUxRestrictions.Builder
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParser.java104 .setMaxContentDepth(mMaxContentDepth); in parse()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java200 .setMaxContentDepth(2) in testLoadConfig_SupportsLegacyV1()
/packages/services/Car/car-lib/api/
Dcurrent.txt323 method public android.car.drivingstate.CarUxRestrictions.Builder setMaxContentDepth(int);