Searched refs:FLAG_ADD_CLIENT_DEBUG (Results 1 – 3 of 3) sorted by relevance
184 case AutofillManager.FLAG_ADD_CLIENT_DEBUG: in getLogLevel()203 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_DEBUG); in setLogLevel()
433 } else if (level == AutofillManager.FLAG_ADD_CLIENT_DEBUG) { in setLogLevelFromSettings()454 if (sDebug) return AutofillManager.FLAG_ADD_CLIENT_DEBUG; in getLogLevel()800 | AutofillManager.FLAG_ADD_CLIENT_DEBUG; in getAutofillOptions()802 loggingLevel = AutofillManager.FLAG_ADD_CLIENT_DEBUG; in getAutofillOptions()1058 flags |= AutofillManager.FLAG_ADD_CLIENT_DEBUG; in addClient()
229 /** @hide */ public static final int FLAG_ADD_CLIENT_DEBUG = 0x2; field in AutofillManager238 ? AutofillManager.FLAG_ADD_CLIENT_DEBUG671 sDebug = (mOptions.loggingLevel & FLAG_ADD_CLIENT_DEBUG) != 0; in AutofillManager()1833 sDebug = (flags & FLAG_ADD_CLIENT_DEBUG) != 0; in ensureServiceClientAddedIfNeededLocked()