Searched refs:NO_LOGGING (Results 1 – 5 of 5) sorted by relevance
112 assertThat(mHelper.getLoggingLevel()).isEqualTo(AutofillManager.NO_LOGGING); in onPreferenceChange_off()137 mHelper.setLoggingLevel(AutofillManager.NO_LOGGING); in onSettingsChange_off()
113 int level = AutofillManager.NO_LOGGING; in writeLevel()
212 mService.setLogLevel(AutofillManager.NO_LOGGING); in setLogLevel()
470 if (level != AutofillManager.NO_LOGGING) { in setLogLevelFromSettings()864 loggingLevel = AutofillManager.NO_LOGGING; in getAutofillOptions()
290 /** @hide */ public static final int NO_LOGGING = 0; field in AutofillManager302 : AutofillManager.NO_LOGGING;