Home
last modified time | relevance | path

Searched refs:setLogLevel (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowTracing.java98 setLogLevel(WindowTraceLogLevel.TRIM, null /* pw */); in WindowTracing()
163 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel() method in WindowTracing
226 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()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java172 return setLogLevel(pw); in requestSet()
211 private int setLogLevel(PrintWriter pw) { in setLogLevel() method in AutofillManagerServiceShellCommand
215 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()
H A DAutofillManagerService.java547 void setLogLevel(int level) { in setLogLevel() method in AutofillManagerService