Searched refs:setLogLevel (Results 1 – 3 of 3) sorted by relevance
98 setLogLevel(WindowTraceLogLevel.TRIM, null /* pw */); in WindowTracing()163 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel() method in WindowTracing226 setLogLevel(WindowTraceLogLevel.ALL, pw); in onShellCommand()230 setLogLevel(WindowTraceLogLevel.TRIM, pw); in onShellCommand()234 setLogLevel(WindowTraceLogLevel.CRITICAL, pw); in onShellCommand()238 setLogLevel(WindowTraceLogLevel.TRIM, pw); in onShellCommand()
172 return setLogLevel(pw); in requestSet()211 private int setLogLevel(PrintWriter pw) { in setLogLevel() method in AutofillManagerServiceShellCommand215 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE); in setLogLevel()218 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_DEBUG); in setLogLevel()221 mService.setLogLevel(AutofillManager.NO_LOGGING); in setLogLevel()
547 void setLogLevel(int level) { in setLogLevel() method in AutofillManagerService