Searched refs:hasSupportedValuesList (Results 1 – 12 of 12) sorted by relevance
62 boolean hasMaxSupportedValue, boolean hasSupportedValuesList) { in AreaIdConfig() argument71 mHasSupportedValuesList = hasSupportedValuesList; in AreaIdConfig()288 public boolean hasSupportedValuesList() {448 public Builder<T> setHasSupportedValuesList(boolean hasSupportedValuesList) {449 mHasSupportedValuesList = hasSupportedValuesList;
678 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 …]
3343 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()
118 expectThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in writeToParcel_writesCorrectly()148 expectThat(areaIdConfig.hasSupportedValuesList()).isTrue(); in testSetSupportedEnumValues()
248 if (hasSupportedValueInfo.hasSupportedValuesList) { in generateAreaIdConfig()
1540 if (!areaIdConfig.hasSupportedValuesList()) { in getSupportedValuesList()
1464 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()
896 .hasSupportedValuesList = false, in TEST_F()932 ASSERT_FALSE(areaConfig0->getHasSupportedValueInfo()->hasSupportedValuesList); in TEST_F()
1537 if (areaIdConfig.hasSupportedValuesList()) { in validateValueRange()
477 ….property AreaIdConfig.Builder Builder<T> setHasSupportedValuesList(boolean hasSupportedValuesList)
898 …gedApi("android.car.feature.car_property_supported_value") public boolean hasSupportedValuesList();