Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DAreaIdConfigTest.java35 private static final List<Integer> SUPPORTED_ENUM_VALUES = List.of(2, 3, 4); field in AreaIdConfigTest
38 SUPPORTED_ENUM_VALUES).setSupportVariableUpdateRate(true).build();
73 SUPPORTED_ENUM_VALUES); in getSupportedEnumValues_returnsExpectedValue()
111 SUPPORTED_ENUM_VALUES); in writeToParcel_writesCorrectly()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropConfigTest.java80 private static final long[] SUPPORTED_ENUM_VALUES = new long[]{99, 100}; field in HalPropConfigTest
162 aidlAreaConfig.supportedEnumValues = SUPPORTED_ENUM_VALUES; in getTestAidlAreaConfig()
177 aidlAreaConfig.supportedEnumValues = SUPPORTED_ENUM_VALUES; in getTestInvalidAidlAreaConfig()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java139 private static final List<Integer> SUPPORTED_ENUM_VALUES = List.of(-1, 0, 1, 2, 4, 5); field in CarPropertyServiceUnitTest
220 .setSupportedEnumValues(SUPPORTED_ENUM_VALUES).build()) in setUp()
228 .setSupportedEnumValues(SUPPORTED_ENUM_VALUES).build()) in setUp()