Searched refs:adasEnabledCarPropertyConfig (Results 1 – 1 of 1) sorted by relevance
737 CarPropertyConfig<Boolean> adasEnabledCarPropertyConfig = (CarPropertyConfig<Boolean>) in enableAdasFeatureIfAdasStateProperty() local740 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() local780 if (adasEnabledCarPropertyConfig == null || (Flags.areaIdConfigAccess() in disableAdasFeatureIfAdasStateProperty()781 ? adasEnabledCarPropertyConfig.getAreaIdConfig(GLOBAL_AREA_ID).getAccess() in disableAdasFeatureIfAdasStateProperty()782 : adasEnabledCarPropertyConfig.getAccess()) in disableAdasFeatureIfAdasStateProperty()[all …]