Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java1006 List<Integer> hvacTempSetConfigArray = getCarPropertyConfig().getConfigArray(); in getPossibleFloatValues() local
1007 if (!hvacTempSetConfigArray.isEmpty()) { in getPossibleFloatValues()
1014 for (int possibleHvacTempSetValue = hvacTempSetConfigArray.get(0); in getPossibleFloatValues()
1015 possibleHvacTempSetValue <= hvacTempSetConfigArray.get(1); in getPossibleFloatValues()
1016 possibleHvacTempSetValue += hvacTempSetConfigArray.get(2)) { in getPossibleFloatValues()