Home
last modified time | relevance | path

Searched refs:setMaxStringLength (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUxRestrictionsConfigurationTest.java58 .setMaxStringLength(1) in testConstruction()
355 .setMaxStringLength(1) in testJsonSerialization_RestrictionParameters()
425 .setMaxStringLength(1) in testDump()
559 .setMaxStringLength(1) in testHasSameParameters_SameParameters()
565 .setMaxStringLength(1) in testHasSameParameters_SameParameters()
575 .setMaxStringLength(2) in testHasSameParameters_DifferentParameters()
581 .setMaxStringLength(1) in testHasSameParameters_DifferentParameters()
591 .setMaxStringLength(2) in testConfigurationEquals()
600 .setMaxStringLength(2) in testConfigurationEquals()
614 .setMaxStringLength(2) in testConfigurationEquals_DifferentRestrictions()
[all …]
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java218 builder.setMaxStringLength(mMaxStringLength); in createUxRestrictionsEvent()
347 builder.setMaxStringLength(reader.nextInt()); in readJson()
731 public Builder setMaxStringLength(int maxStringLength) { in setMaxStringLength() method in CarUxRestrictionsConfiguration.Builder
DCarUxRestrictions.java190 public Builder setMaxStringLength(int length) { in setMaxStringLength() method in CarUxRestrictions.Builder
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParser.java102 builder.setMaxStringLength(mMaxRestrictedStringLength) in parse()
/packages/services/Car/car-lib/api/
Dcurrent.txt325 method public android.car.drivingstate.CarUxRestrictions.Builder setMaxStringLength(int);