Home
last modified time | relevance | path

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

/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/
DVehiclePropertyVerifier.java737 CarPropertyConfig<Boolean> adasEnabledCarPropertyConfig = (CarPropertyConfig<Boolean>) in enableAdasFeatureIfAdasStateProperty() local
740 if (adasEnabledCarPropertyConfig == null || (Flags.areaIdConfigAccess() in enableAdasFeatureIfAdasStateProperty()
741 ? adasEnabledCarPropertyConfig.getAreaIdConfig(GLOBAL_AREA_ID).getAccess() in enableAdasFeatureIfAdasStateProperty()
742 : adasEnabledCarPropertyConfig.getAccess()) in enableAdasFeatureIfAdasStateProperty()
751 storeCurrentValuesForProperty(adasEnabledCarPropertyConfig); in enableAdasFeatureIfAdasStateProperty()
753 setBooleanPropertyInAllAreaIds(adasEnabledCarPropertyConfig, in enableAdasFeatureIfAdasStateProperty()
777 CarPropertyConfig<Boolean> adasEnabledCarPropertyConfig = (CarPropertyConfig<Boolean>) in disableAdasFeatureIfAdasStateProperty() local
780 if (adasEnabledCarPropertyConfig == null || (Flags.areaIdConfigAccess() in disableAdasFeatureIfAdasStateProperty()
781 ? adasEnabledCarPropertyConfig.getAreaIdConfig(GLOBAL_AREA_ID).getAccess() in disableAdasFeatureIfAdasStateProperty()
782 : adasEnabledCarPropertyConfig.getAccess()) in disableAdasFeatureIfAdasStateProperty()
[all …]