Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java1543 .that(verifyMaxAndMin(areaIdMinValue, areaIdMaxValue)) in verifyCarPropertyConfig()
1595 private boolean verifyMaxAndMin(T min, T max) { in verifyMaxAndMin() method in VehiclePropertyVerifier