Searched refs:FLAG_ADD_CLIENT_VERBOSE (Results 1 – 4 of 4) sorted by relevance
181 case AutofillManager.FLAG_ADD_CLIENT_VERBOSE: in getLogLevel()200 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE); in setLogLevel()
469 if (level == AutofillManager.FLAG_ADD_CLIENT_VERBOSE) { in setLogLevelFromSettings()491 if (sVerbose) return AutofillManager.FLAG_ADD_CLIENT_VERBOSE; in getLogLevel()837 loggingLevel = AutofillManager.FLAG_ADD_CLIENT_VERBOSE in getAutofillOptions()1336 flags |= AutofillManager.FLAG_ADD_CLIENT_VERBOSE; in addClient()
139 AutofillManager.FLAG_ADD_CLIENT_VERBOSE, /* compatModeAllowed= */ true); in forWhitelistingItself()
245 /** @hide */ public static final int FLAG_ADD_CLIENT_VERBOSE = 0x4; field in AutofillManager687 sVerbose = (mOptions.loggingLevel & FLAG_ADD_CLIENT_VERBOSE) != 0; in AutofillManager()1931 sVerbose = (flags & FLAG_ADD_CLIENT_VERBOSE) != 0; in ensureServiceClientAddedIfNeededLocked()