Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/hardware/property/
DAreaIdConfig.java62 boolean hasMaxSupportedValue, boolean hasSupportedValuesList) { in AreaIdConfig() argument
71 mHasSupportedValuesList = hasSupportedValuesList; in AreaIdConfig()
288 public boolean hasSupportedValuesList() {
448 public Builder<T> setHasSupportedValuesList(boolean hasSupportedValuesList) {
449 mHasSupportedValuesList = hasSupportedValuesList;
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropConfigTest.java678 TEST_AREA_ID).hasSupportedValuesList()).isTrue(); in testToCarPropertyConfig_hasSupportedValuesList_specifyEnums()
691 TEST_AREA_ID).hasSupportedValuesList()).isTrue(); in testToCarPropertyConfig_hasSupportedValuesList_autoPopulateEnums()
704 TEST_AREA_ID).hasSupportedValuesList()).isFalse(); in testToCarPropertyConfig_hasSupportedValuesList_noEnums()
718 .getAreaIdConfig(TEST_AREA_ID).hasSupportedValuesList()).isTrue(); in testToCarPropertyConfig_hasSupportedValuesList_supportedValuesInConfig()
732 areaConfig.hasSupportedValueInfo.hasSupportedValuesList = true; in testToCarPropertyConfig_parseHasSupportedValueInfo()
742 assertThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in testToCarPropertyConfig_parseHasSupportedValueInfo()
760 assertThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in testToCarPropertyConfig_HVAC_FAN_DIRECTION_setHasSupportedValuesList()
779 assertThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in testToCarPropertyConfig_HVAC_TEMPERATURE_SET_setHasSupportedValuesList()
799 assertThat(areaIdConfig.hasSupportedValuesList()).isFalse(); in testToCarPropertyConfig_HVAC_TEMPERATURE_SET_setHasSupportedValuesList_invalid()
864 assertThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in testToCarPropertyConfig_legacySupportedValuesInConfig()
[all …]
DPropertyHalServiceTest.java3343 expectThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in testGetSupportedValuesList_withAnnotationfromConfig()
3376 expectThat(areaIdConfig.hasSupportedValuesList()).isFalse(); in testGetSupportedValuesList_withAnnotationfromConfig_noConfig()
3504 expectThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in testGetSupportedValuesList_HVAC_TEMPERATURE_SET()
3541 expectThat(areaIdConfig.hasSupportedValuesList()).isFalse(); in testGetSupportedValuesList_HVAC_TEMPERATURE_SET_invalidConfig()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DAreaIdConfigTest.java118 expectThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in writeToParcel_writesCorrectly()
148 expectThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in testSetSupportedEnumValues()
/packages/services/Car/service/src/com/android/car/hal/
DHalPropConfig.java248 if (hasSupportedValueInfo.hasSupportedValuesList) { in generateAreaIdConfig()
DPropertyHalService.java1540 if (!areaIdConfig.hasSupportedValuesList()) { in getSupportedValuesList()
/packages/services/Car/tests/CarServiceTest/src/com/android/car/
DCarPropertyManagerTest.java1464 assertThat(areaConfig1.hasSupportedValuesList()).isTrue(); in testSupportedValuesInfoInAreaConfig()
1469 assertThat(areaConfig2.hasSupportedValuesList()).isFalse(); in testSupportedValuesInfoInAreaConfig()
1482 assertThat(areaConfig1.hasSupportedValuesList()).isTrue(); in testSupportedValuesInfoInAreaConfig_isSupportedValuesNotImplemented()
1746 areaConfig.hasSupportedValueInfo.hasSupportedValuesList = true; in configureMockedHal()
1755 areaConfig2.hasSupportedValueInfo.hasSupportedValuesList = true; in configureMockedHal()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp896 .hasSupportedValuesList = false, in TEST_F()
932 ASSERT_FALSE(areaConfig0->getHasSupportedValueInfo()->hasSupportedValuesList); in TEST_F()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java1537 if (areaIdConfig.hasSupportedValuesList()) { in validateValueRange()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis.txt477 ….property AreaIdConfig.Builder Builder<T> setHasSupportedValuesList(boolean hasSupportedValuesList)
/packages/services/Car/car-lib/api/
Dcurrent.txt898 …gedApi("android.car.feature.car_property_supported_value") public boolean hasSupportedValuesList();
/packages/services/Car/car-lib-module/api/
Dcurrent.txt898 …gedApi("android.car.feature.car_property_supported_value") public boolean hasSupportedValuesList();