Searched refs:configMappings (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/development/compat/ |
D | PlatformCompatDashboard.java | 127 final CompatibilityChangeConfig configMappings = getAppChangeMappings(); in addPreferences() local 147 createChangeCategoryPreference(enabledChanges, configMappings, in addPreferences() 149 createChangeCategoryPreference(disabledChanges, configMappings, in addPreferences() 152 createChangeCategoryPreference(targetSdkChanges.get(sdk), configMappings, in addPreferences() local 173 CompatibilityChangeConfig configMappings) { in createPreferenceForChange() argument 174 final boolean currentValue = configMappings.isChangeEnabled(change.getId()); in createPreferenceForChange() 221 CompatibilityChangeConfig configMappings, String title) { in createChangeCategoryPreference() argument 226 addChangePreferencesToCategory(changes, category, configMappings); in createChangeCategoryPreference() 231 PreferenceCategory category, CompatibilityChangeConfig configMappings) { in addChangePreferencesToCategory() argument 234 change, configMappings); in addChangePreferencesToCategory()
|