Home
last modified time | relevance | path

Searched refs:getCarPropertyConfig (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java348 public @Nullable CarPropertyConfig<T> getCarPropertyConfig() { in getCarPropertyConfig() method in VehiclePropertyVerifier
351 .getCarPropertyConfig(mPropertyId); in getCarPropertyConfig()
361 return getCarPropertyConfig() != null; in isSupported()
401 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyConfig()
434 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyReadPermissions()
453 CarPropertyConfig<T> carPropertyConfig = getCarPropertyConfig(); in verifyWritePermissions()
536 assertThat(mCarPropertyManager.getCarPropertyConfig(mPropertyId)).isNotNull(); in verifyReadPermissionGivesAccessToReadApis()
639 assertThat(mCarPropertyManager.getCarPropertyConfig(mPropertyId)).isNull(); in verifyIndividualWritePermissionsCannotWrite()
699 mCarPropertyManager.getCarPropertyConfig(VehiclePropertyIds.HVAC_POWER_ON); in turnOnHvacPowerIfHvacPowerDependent()
716 mCarPropertyManager.getCarPropertyConfig(VehiclePropertyIds.HVAC_POWER_ON); in turnOffHvacPowerIfHvacPowerDependent()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java1259 assertThat(mCarPropertyManager.getCarPropertyConfig(cfg.getPropertyId())) in testGetPropertyConfig()
1300 assertThat(mCarPropertyManager.getCarPropertyConfig(VehiclePropertyIds.INVALID)) in testInvalidMustNotBeImplemented()
1344 .that(mCarPropertyManager.getCarPropertyConfig(propertyId)).isNull(); in testVicPropertiesMustNotBeSupportedIfFlagDisabled()
2603 if (mCarPropertyManager.getCarPropertyConfig(
3081 if (mCarPropertyManager.getCarPropertyConfig(
3139 if (mCarPropertyManager.getCarPropertyConfig(
3165 if (mCarPropertyManager.getCarPropertyConfig(
4147 mCarPropertyManager.getCarPropertyConfig(
4276 if (mCarPropertyManager.getCarPropertyConfig(
4317 if (mCarPropertyManager.getCarPropertyConfig(
[all …]
/cts/tests/tests/car_permission_tests/src/android/car/cts/permissiontest/hardware/property/
DCarVendorPropertyCustomPermissionTest.java81 CarPropertyConfig<?> config = mCarPropertyManager.getCarPropertyConfig(property); in assumePropertyIsSupported()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DGearSelectionTestActivity.java78 CarPropertyConfig<?> gearConfig = mCarPropertyManager.getCarPropertyConfig( in setUpTest()