Searched refs:FLAG_ADD_CLIENT_VERBOSE (Results 1 – 5 of 5) sorted by relevance
196 case AutofillManager.FLAG_ADD_CLIENT_VERBOSE: in getLogLevel()215 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE); in setLogLevel()
567 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()
142 AutofillManager.FLAG_ADD_CLIENT_VERBOSE, /* compatModeAllowed= */ true); in forWhitelistingItself()
312 /** @hide */ public static final int FLAG_ADD_CLIENT_VERBOSE = 0x4; field in AutofillManager870 sVerbose = (mOptions.loggingLevel & FLAG_ADD_CLIENT_VERBOSE) != 0; in AutofillManager()2545 sVerbose = (flags & FLAG_ADD_CLIENT_VERBOSE) != 0; in tryAddServiceClientIfNeededLocked()
59360 Landroid/view/autofill/AutofillManager;->FLAG_ADD_CLIENT_VERBOSE:I