Home
last modified time | relevance | path

Searched defs:ADVANCED_SETTINGS (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSystemSettingsValidators.java158 VALIDATORS.put(System.ADVANCED_SETTINGS, BOOLEAN_VALIDATOR); in VALIDATORS.put()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DManageApplications.java177 private static final int ADVANCED_SETTINGS = 2; field in ManageApplications
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java4021 public static final String ADVANCED_SETTINGS = "advanced_settings"; field in Settings.System