/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/ |
D | CarPropertyConfigTest.java | 214 CarPropertyConfig<Integer> carPropertyConfig = CarPropertyConfig in getConfigString_returnsExpectedValue() local 224 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getFirstAndOnlyAreaId_returnsAreaId() local 234 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getFirstAndOnlyAreaId_throwsIllegalStateException() local 244 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getAreaIdConfigs_returnsEmptyIfNoAreaIdsSupplied() local 255 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getAreaIdConfigs_returnsAreaIdConfigThatIsSupplied() local 270 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getAreaIdConfigs_returnsMultipleAreaIdConfigsThatAreSupplied() local 280 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getAreaIdConfig_throwsIllegalArgumentException() local 292 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getAreaIdConfig_returnsAreaIdConfigThatIsSupplied() local 308 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getAreaIdConfig_returnsMultipleAreaIdConfigsThatAreSupplied() local 320 CarPropertyConfig<Long> carPropertyConfig = CarPropertyConfig.newBuilder(Long.class, in getAreaIds_isEmptyIfNoAreaIdsAreSupplied() local [all …]
|
/aosp_15_r20/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
H A D | VehiclePropertyVerifier.java | 592 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig( in verifyConfig() local 629 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyReadApis() local 639 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyWriteApis() local 650 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyReadApisWithoutPermission() local 671 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyWriteApisWithoutPermission() local 1089 private <U> void storeCurrentValuesForProperty(CarPropertyConfig<U> carPropertyConfig) { in storeCurrentValuesForProperty() 1111 var carPropertyConfig = getCarPropertyConfig(propertyId); in restoreInitialValue() local 1143 CarPropertyConfig<U> carPropertyConfig, CarPropertyManager carPropertyManager) { in getInitialValuesByAreaId() 1195 private static void restoreInitialValuesByAreaId(CarPropertyConfig<?> carPropertyConfig, in restoreInitialValuesByAreaId() 1240 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in getPossibleValues() local [all …]
|
H A D | VehiclePropertyVerifiers.java | 329 (verifierContext, carPropertyConfig, propertyId, areaId, timestampNanos, in getHvacTemperatureValueSuggestionVerifierBuilder() argument
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | HalPropConfigTest.java | 288 CarPropertyConfig<?> carPropertyConfig = halPropConfig.toCarPropertyConfig( in testToCarPropertyConfig_populatesGlobalAreaId() local 534 CarPropertyConfig<?> carPropertyConfig = halPropConfig.toCarPropertyConfig( in testToCarPropertyConfig_aidlAreaConfigWithInvalidAccessPopulatedWithGlobalAccess() local 593 CarPropertyConfig<?> carPropertyConfig = halPropConfig.toCarPropertyConfig( in testToCarPropertyConfig_populatesVendorAreaType() local 607 var carPropertyConfig = new AidlHalPropConfig(vehiclePropConfig) in testToCarPropertyConfig_hasMinMaxSupportedValue_Int32() local 625 var carPropertyConfig = new AidlHalPropConfig(vehiclePropConfig) in testToCarPropertyConfig_hasMinMaxSupportedValue_Int64() local 643 var carPropertyConfig = new AidlHalPropConfig(vehiclePropConfig) in testToCarPropertyConfig_hasMinMaxSupportedValue_Float() local 660 var carPropertyConfig = new AidlHalPropConfig(vehiclePropConfig) in testToCarPropertyConfig_noMinMaxSupportedValue() local 734 var carPropertyConfig = new AidlHalPropConfig(vehiclePropConfig) in testToCarPropertyConfig_parseHasSupportedValueInfo() local
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 334 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in registerListener() local 368 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in registerListener() local 392 CarPropertyConfig<?> carPropertyConfig = validateRegisterParameterAndGetConfig( in validateAndSanitizeSubscriptions() local 1286 private void assertPropertyIsReadable(CarPropertyConfig<?> carPropertyConfig, in assertPropertyIsReadable() 1298 private static void assertAreaIdIsSupported(CarPropertyConfig<?> carPropertyConfig, in assertAreaIdIsSupported() 1330 CarPropertyConfig<?> carPropertyConfig; in getCarPropertyConfig() local 1346 CarPropertyConfig<?> carPropertyConfig = getCarPropertyConfig(propertyId); in assertConfigNotNullAndGetConfig() local 1353 private void assertIfReadableAtAreaIds(CarPropertyConfig<?> carPropertyConfig, int[] areaIds) { in assertIfReadableAtAreaIds() 1363 CarPropertyConfig<?> carPropertyConfig = assertConfigNotNullAndGetConfig(propertyId); in validateRegisterParameterAndGetConfig() local 1371 CarPropertyConfig<?> carPropertyConfig = assertConfigNotNullAndGetConfig(propertyId); in validateGetParameters() local [all …]
|
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/property/ |
D | InputSanitizationUtils.java | 54 CarPropertyConfig<?> carPropertyConfig, float updateRateHz) { in sanitizeUpdateRateHz() 73 CarPropertyConfig<?> carPropertyConfig, float resolution) { in sanitizeResolution()
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/ |
D | HvacUtils.java | 65 public static Integer getHighestMinValueForAllAreaIds(CarPropertyConfig<?> carPropertyConfig) { in getHighestMinValueForAllAreaIds() 87 public static Integer getLowestMaxValueForAllAreaIds(CarPropertyConfig<?> carPropertyConfig) { in getLowestMaxValueForAllAreaIds()
|
D | HvacView.java | 37 default void setConfigInfo(CarPropertyConfig<?> carPropertyConfig) {} in setConfigInfo()
|
D | SeatTemperatureLevelButton.java | 108 public void setConfigInfo(CarPropertyConfig<?> carPropertyConfig) { in setConfigInfo()
|
D | TemperatureControlView.java | 163 public void setConfigInfo(CarPropertyConfig<?> carPropertyConfig) { in setConfigInfo()
|
D | HvacController.java | 297 CarPropertyConfig carPropertyConfig = in registerHvacViews() local
|
/aosp_15_r20/packages/services/Car/tests/CarLibUnitTest/src/com/android/car/internal/property/ |
D | CarPropertyConfigListUnitTest.java | 88 CarPropertyConfig carPropertyConfig = CarPropertyConfig.newBuilder( in testCreateFromParcel() local
|
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/ |
H A D | CarPropertyValueTest.java | 106 CarPropertyConfig<?> carPropertyConfig, int areaId) { in getCarPropertyValue()
|
/aosp_15_r20/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/hvac/ |
D | HvacControllerTest.java | 314 public void setConfigInfo(CarPropertyConfig<?> carPropertyConfig) { in setConfigInfo()
|
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/custom/ |
D | FanSpeedSeekBar.java | 168 public void setConfigInfo(CarPropertyConfig<?> carPropertyConfig) { in setConfigInfo()
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/ |
D | FanSpeedBar.java | 224 public void setConfigInfo(CarPropertyConfig<?> carPropertyConfig) { in setConfigInfo()
|
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/hvac/ |
D | CarUiPortraitTemperatureControlView.java | 165 public void setConfigInfo(CarPropertyConfig<?> carPropertyConfig) { in setConfigInfo()
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/ |
D | PropertyHalService.java | 358 void parseClientUpdateRateHz(CarPropertyConfig carPropertyConfig) { in parseClientUpdateRateHz() 1133 CarPropertyConfig<?> carPropertyConfig = halPropConfig.toCarPropertyConfig( in getPropertyList() local
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | CarPropertyManager.java | 3988 CarPropertyConfig<?> carPropertyConfig = configs.getConfig(propertyId); in sanitizeSubscribeOptions() local
|
/aosp_15_r20/prebuilts/sdk/34/system/ |
HD | android.car.testapi.jar | META-INF/
META-INF/MANIFEST.MF
DefaultProperties.json
android/
android/automotive ... |
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/ |
HD | android-all-15-robolectric-12650502.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission- ... |
HD | android-all-14-robolectric-10818077.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__services__permission__android_common__services.permission. ... |