Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/autofill/
H A DAutofillTestingHelper.java32 setGlobal(Settings.Global.AUTOFILL_LOGGING_LEVEL, max); in setLoggingLevel()
44 return getGlobal(Settings.Global.AUTOFILL_LOGGING_LEVEL); in getLoggingLevel()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/development/autofill/
H A DAutofillTestingHelper.java32 setGlobal(Settings.Global.AUTOFILL_LOGGING_LEVEL, max); in setLoggingLevel()
44 return getGlobal(Settings.Global.AUTOFILL_LOGGING_LEVEL); in getLoggingLevel()
/aosp12/packages/apps/Settings/src/com/android/settings/development/autofill/
H A DAutofillLoggingLevelPreferenceController.java97 Settings.Global.AUTOFILL_LOGGING_LEVEL, AutofillManager.DEFAULT_LOGGING_LEVEL); in updateOptions()
118 Settings.Global.AUTOFILL_LOGGING_LEVEL, level); in writeLevel()
H A DAutofillDeveloperSettingsObserver.java42 Settings.Global.AUTOFILL_LOGGING_LEVEL), false, this, in register()
H A DAutofillResetOptionsPreferenceController.java53 Settings.Global.putInt(contentResolver, Settings.Global.AUTOFILL_LOGGING_LEVEL, in handlePreferenceTreeClick()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java246 Settings.Global.AUTOFILL_LOGGING_LEVEL), false, observer, in registerForExtraSettingsChanges()
262 case Settings.Global.AUTOFILL_LOGGING_LEVEL: in onSettingsChanged()
458 Settings.Global.AUTOFILL_LOGGING_LEVEL, level); in setLogLevel()
467 Settings.Global.AUTOFILL_LOGGING_LEVEL, AutofillManager.DEFAULT_LOGGING_LEVEL); in setLogLevelFromSettings()
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java137 Settings.Global.AUTOFILL_LOGGING_LEVEL,
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java250 Settings.Global.AUTOFILL_LOGGING_LEVEL, in dumpProtoGlobalSettingsLocked()
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java14971 public static final String AUTOFILL_LOGGING_LEVEL = "autofill_logging_level"; field in Settings.Global