Searched refs:FLAG_ADD_CLIENT_VERBOSE (Results 1 – 5 of 5) sorted by relevance
241 case AutofillManager.FLAG_ADD_CLIENT_VERBOSE: in getLogLevel()260 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE); in setLogLevel()
590 if (level == AutofillManager.FLAG_ADD_CLIENT_VERBOSE) { in setLogLevelFromSettings()612 if (sVerbose) return AutofillManager.FLAG_ADD_CLIENT_VERBOSE; in getLogLevel()1141 loggingLevel = AutofillManager.FLAG_ADD_CLIENT_VERBOSE in getAutofillOptions()1642 flags |= AutofillManager.FLAG_ADD_CLIENT_VERBOSE; in addClient()
142 AutofillManager.FLAG_ADD_CLIENT_VERBOSE, /* compatModeAllowed= */ true); in forWhitelistingItself()
335 /** @hide */ public static final int FLAG_ADD_CLIENT_VERBOSE = 0x4; field in AutofillManager920 sVerbose = (mOptions.loggingLevel & FLAG_ADD_CLIENT_VERBOSE) != 0; in AutofillManager()2714 sVerbose = (flags & FLAG_ADD_CLIENT_VERBOSE) != 0; in tryAddServiceClientIfNeededLocked()
58717 Landroid/view/autofill/AutofillManager;->FLAG_ADD_CLIENT_VERBOSE:I