Searched refs:getSupportedEnumValues (Results 1 – 11 of 11) sorted by relevance
72 assertThat(AREA_ID_CONFIG.getSupportedEnumValues()).containsExactlyElementsIn( in getSupportedEnumValues_returnsExpectedValue()79 ACCESS, AREA_ID).build().getSupportedEnumValues()).isEmpty(); in getSupportedEnumValues_returnsEmptyListIfNoSet()110 (List<?>) areaIdConfig.getSupportedEnumValues()).containsExactlyElementsIn( in writeToParcel_writesCorrectly()
286 assertThat(areaIdConfig.getSupportedEnumValues()).isEmpty(); in toCarPropertyConfig_populatesGlobalAreaId()440 TEST_AREA_ID).getSupportedEnumValues()).isEmpty(); in toCarPropertyConfig_aidlHandlesNullSupportedEnumsValues()451 TEST_AREA_ID).getSupportedEnumValues()).containsExactly(99, 100); in toCarPropertyConfig_aidlHandlesSupportedEnumsValues()463 TEST_AREA_ID).getSupportedEnumValues()).isEmpty(); in toCarPropertyConfig_aidlSkipsSupportedEnumValuesIfNonOnChangeProperty()476 TEST_AREA_ID).getSupportedEnumValues()).containsExactlyElementsIn( in toCarPropertyConfig_aidlAutoPopulatesSupportedEnumValuesIfEmpty()496 TEST_AREA_ID).getSupportedEnumValues()).isEmpty(); in toCarPropertyConfig_hidlGetSupportedEnumsValuesReturnsEmpty()548 TEST_AREA_ID).getSupportedEnumValues()) in toCarPropertyConfig_configArrayMatchesSupportedEnumValues()
66 public abstract long[] getSupportedEnumValues(); in getSupportedEnumValues() method in HalAreaConfig
99 public long[] getSupportedEnumValues() { in getSupportedEnumValues() method in AidlHalAreaConfig
103 public long[] getSupportedEnumValues() { in getSupportedEnumValues() method in HidlHalAreaConfig
150 supportedEnumValues = halAreaConfig.getSupportedEnumValues(); in toCarPropertyConfig()
159 public List<T> getSupportedEnumValues() {
1284 if (!areaIdConfig.getSupportedEnumValues().isEmpty()) { in validateSetParameters()1285 Preconditions.checkArgument(areaIdConfig.getSupportedEnumValues().contains(valueToSet), in validateSetParameters()1289 toHexString(areaId), areaIdConfig.getSupportedEnumValues()); in validateSetParameters()
756 method @NonNull public java.util.List<T> getSupportedEnumValues();
1436 UnflaggedApi: android.car.hardware.property.AreaIdConfig#getSupportedEnumValues():1437 …lagged with @FlaggedApi: method android.car.hardware.property.AreaIdConfig.getSupportedEnumValues()