Searched refs:VALIDATORS (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 4704 public static final Map<String, Validator> VALIDATORS = new ArrayMap<>(); field in Settings.System 4706 VALIDATORS.put(STAY_ON_WHILE_PLUGGED_IN, STAY_ON_WHILE_PLUGGED_IN_VALIDATOR); in VALIDATORS.put() 4707 VALIDATORS.put(END_BUTTON_BEHAVIOR, END_BUTTON_BEHAVIOR_VALIDATOR); in VALIDATORS.put() 4708 VALIDATORS.put(WIFI_USE_STATIC_IP, WIFI_USE_STATIC_IP_VALIDATOR); in VALIDATORS.put() 4709 VALIDATORS.put(BLUETOOTH_DISCOVERABILITY, BLUETOOTH_DISCOVERABILITY_VALIDATOR); in VALIDATORS.put() 4710 VALIDATORS.put(BLUETOOTH_DISCOVERABILITY_TIMEOUT, in VALIDATORS.put() 4712 VALIDATORS.put(NEXT_ALARM_FORMATTED, NEXT_ALARM_FORMATTED_VALIDATOR); in VALIDATORS.put() 4713 VALIDATORS.put(FONT_SCALE, FONT_SCALE_VALIDATOR); in VALIDATORS.put() 4714 VALIDATORS.put(DIM_SCREEN, DIM_SCREEN_VALIDATOR); in VALIDATORS.put() 4715 VALIDATORS.put(DISPLAY_COLOR_MODE, DISPLAY_COLOR_MODE_VALIDATOR); in VALIDATORS.put() [all …]
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsValidatorsTest.java | 252 Settings.System.LEGACY_RESTORE_SETTINGS), Settings.System.VALIDATORS); in ensureAllBackedUpSystemSettingsHaveValidators() 260 Settings.Global.LEGACY_RESTORE_SETTINGS), Settings.Global.VALIDATORS); in ensureAllBackedUpGlobalSettingsHaveValidators() 268 Settings.Secure.LEGACY_RESTORE_SETTINGS), Settings.Secure.VALIDATORS); in ensureAllBackedUpSecureSettingsHaveValidators()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 605 validators = Settings.Secure.VALIDATORS; in restoreSettings() 609 validators = Settings.System.VALIDATORS; in restoreSettings() 613 validators = Settings.Global.VALIDATORS; in restoreSettings()
|
D | SettingsProvider.java | 343 Settings.System.LEGACY_RESTORE_SETTINGS), Settings.System.VALIDATORS); in ensureAllBackedUpSystemSettingsHaveValidators() 350 Settings.Global.LEGACY_RESTORE_SETTINGS), Settings.Global.VALIDATORS); in ensureAllBackedUpGlobalSettingsHaveValidators() 357 Settings.Secure.LEGACY_RESTORE_SETTINGS), Settings.Secure.VALIDATORS); in ensureAllBackedUpSecureSettingsHaveValidators() 1784 SettingsValidators.Validator validator = Settings.System.VALIDATORS.get(name);
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 56403 Landroid/provider/Settings$Global;->VALIDATORS:Ljava/util/Map; 56736 Landroid/provider/Settings$Secure;->VALIDATORS:Ljava/util/Map;
|