Searched refs:getAreaIdConfig (Results 1 – 12 of 12) sorted by relevance
281 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 …]
164 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()
279 () -> 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()
71 when(mCarPropertyConfig.getAreaIdConfig(AREA_ID)).thenReturn(mAreaIdConfig); in setUp()
100 if ((Flags.areaIdConfigAccess() ? configs.get(0).getAreaIdConfig(0).getAccess() in getUnitsSupportedByProperty()
160 if (carPropertyConfig.getAreaIdConfig(areaId)
110 carPropertyConfig.getAreaIdConfig(mAreaId); in setConfigInfo()
1118 ? carPropertyConfig.getAreaIdConfig(areaId).getAccess() in assertPropertyIsReadable()1216 ? carPropertyConfig.getAreaIdConfig(areaId).getAccess() in validateSetParameters()1243 AreaIdConfig<?> areaIdConfig = carPropertyConfig.getAreaIdConfig(areaId); in validateSetParameters()
260 public AreaIdConfig<T> getAreaIdConfig(int areaId) { in getAreaIdConfig() method in CarPropertyConfig
569 method @NonNull public android.car.hardware.property.AreaIdConfig<T> getAreaIdConfig(int);
1154 UnflaggedApi: android.car.hardware.CarPropertyConfig#getAreaIdConfig(int):1155 …ust be flagged with @FlaggedApi: method android.car.hardware.CarPropertyConfig.getAreaIdConfig(int)