Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropConfigTest.java281 AreaIdConfig<?> areaIdConfig = carPropertyConfig.getAreaIdConfig(/*areaId=*/0); in toCarPropertyConfig_populatesGlobalAreaId()
300 GLOBAL_INTEGER_PROP_ID, mPropertyHalServiceConfigs).getAreaIdConfig(TEST_AREA_ID); in toCarPropertyConfig_convertsIntegerMinMax()
320 GLOBAL_INTEGER_PROP_ID, mPropertyHalServiceConfigs).getAreaIdConfig(TEST_AREA_ID); in toCarPropertyConfig_doesNotConvertIntegerMinMaxIfBothZero()
339 GLOBAL_LONG_PROP_ID, mPropertyHalServiceConfigs).getAreaIdConfig(TEST_AREA_ID); in toCarPropertyConfig_convertsLongMinMax()
360 GLOBAL_LONG_PROP_ID, mPropertyHalServiceConfigs).getAreaIdConfig(TEST_AREA_ID); in toCarPropertyConfig_doesNotConvertLongMinMaxIfBothZero()
379 GLOBAL_FLOAT_PROP_ID, mPropertyHalServiceConfigs).getAreaIdConfig(TEST_AREA_ID); in toCarPropertyConfig_convertsFloatMinMax()
400 GLOBAL_FLOAT_PROP_ID, mPropertyHalServiceConfigs).getAreaIdConfig(TEST_AREA_ID); in toCarPropertyConfig_doesNotConvertFloatMinMaxIfBothZero()
420 .getAreaIdConfig(TEST_AREA_ID); in toCarPropertyConfig_doesNotPopulateMinMaxForUnsupportedType()
439 GLOBAL_INTEGER_PROP_ID, mPropertyHalServiceConfigs).getAreaIdConfig( in toCarPropertyConfig_aidlHandlesNullSupportedEnumsValues()
450 GLOBAL_INTEGER_PROP_ID, mPropertyHalServiceConfigs).getAreaIdConfig( in toCarPropertyConfig_aidlHandlesSupportedEnumsValues()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/property/
DInputSanitizationUtilsUnitTest.java164 when(config.getAreaIdConfig(1)).thenReturn(areaIdConfigEnabled); in testSanitizeEnableVariableUpdateRate()
165 when(config.getAreaIdConfig(2)).thenThrow(new IllegalArgumentException()); in testSanitizeEnableVariableUpdateRate()
166 when(config.getAreaIdConfig(3)).thenReturn(areaIdConfigDisabled); in testSanitizeEnableVariableUpdateRate()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarPropertyConfigTest.java279 () -> carPropertyConfig.getAreaIdConfig(/*areaId=*/0)); in getAreaIdConfig_throwsIllegalArgumentException()
291 assertThat(carPropertyConfig.getAreaIdConfig( in getAreaIdConfig_returnsAreaIdConfigThatIsSupplied()
307 assertThat(carPropertyConfig.getAreaIdConfig( in getAreaIdConfig_returnsMultipleAreaIdConfigsThatAreSupplied()
309 assertThat(carPropertyConfig.getAreaIdConfig( in getAreaIdConfig_returnsMultipleAreaIdConfigsThatAreSupplied()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/
DSeatTemperatureLevelButtonTest.java71 when(mCarPropertyConfig.getAreaIdConfig(AREA_ID)).thenReturn(mAreaIdConfig); in setUp()
/packages/apps/Car/Settings/src/com/android/car/settings/units/
DCarUnitsManager.java100 if ((Flags.areaIdConfigAccess() ? configs.get(0).getAreaIdConfig(0).getAccess() in getUnitsSupportedByProperty()
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DInputSanitizationUtils.java160 if (carPropertyConfig.getAreaIdConfig(areaId)
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DSeatTemperatureLevelButton.java110 carPropertyConfig.getAreaIdConfig(mAreaId); in setConfigInfo()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java1118 ? carPropertyConfig.getAreaIdConfig(areaId).getAccess() in assertPropertyIsReadable()
1216 ? carPropertyConfig.getAreaIdConfig(areaId).getAccess() in validateSetParameters()
1243 AreaIdConfig<?> areaIdConfig = carPropertyConfig.getAreaIdConfig(areaId); in validateSetParameters()
/packages/services/Car/car-lib/src/android/car/hardware/
DCarPropertyConfig.java260 public AreaIdConfig<T> getAreaIdConfig(int areaId) { in getAreaIdConfig() method in CarPropertyConfig
/packages/services/Car/car-lib/api/
Dcurrent.txt569 method @NonNull public android.car.hardware.property.AreaIdConfig<T> getAreaIdConfig(int);
Dlint-baseline.txt1154 UnflaggedApi: android.car.hardware.CarPropertyConfig#getAreaIdConfig(int):
1155 …ust be flagged with @FlaggedApi: method android.car.hardware.CarPropertyConfig.getAreaIdConfig(int)
/packages/services/Car/car-lib-module/api/
Dcurrent.txt569 method @NonNull public android.car.hardware.property.AreaIdConfig<T> getAreaIdConfig(int);