Home
last modified time | relevance | path

Searched refs:FLAG_ADD_CLIENT_VERBOSE (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java196 case AutofillManager.FLAG_ADD_CLIENT_VERBOSE: in getLogLevel()
215 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE); in setLogLevel()
H A DAutofillManagerService.java567 if (level == AutofillManager.FLAG_ADD_CLIENT_VERBOSE) { in setLogLevelFromSettings()
589 if (sVerbose) return AutofillManager.FLAG_ADD_CLIENT_VERBOSE; in getLogLevel()
1084 loggingLevel = AutofillManager.FLAG_ADD_CLIENT_VERBOSE in getAutofillOptions()
1585 flags |= AutofillManager.FLAG_ADD_CLIENT_VERBOSE; in addClient()
/aosp14/frameworks/base/core/java/android/content/
H A DAutofillOptions.java142 AutofillManager.FLAG_ADD_CLIENT_VERBOSE, /* compatModeAllowed= */ true); in forWhitelistingItself()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java312 /** @hide */ public static final int FLAG_ADD_CLIENT_VERBOSE = 0x4; field in AutofillManager
870 sVerbose = (mOptions.loggingLevel & FLAG_ADD_CLIENT_VERBOSE) != 0; in AutofillManager()
2545 sVerbose = (flags & FLAG_ADD_CLIENT_VERBOSE) != 0; in tryAddServiceClientIfNeededLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59360 Landroid/view/autofill/AutofillManager;->FLAG_ADD_CLIENT_VERBOSE:I