Searched refs:setLogLevel (Results 1 – 8 of 8) sorted by relevance
88 setLogLevel(WindowTraceLogLevel.TRIM, null /* pw */); in WindowTracing()137 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel() method in WindowTracing197 setLogLevel(WindowTraceLogLevel.ALL, pw); in onShellCommand()201 setLogLevel(WindowTraceLogLevel.TRIM, pw); in onShellCommand()205 setLogLevel(WindowTraceLogLevel.CRITICAL, pw); in onShellCommand()209 setLogLevel(WindowTraceLogLevel.TRIM, pw); in onShellCommand()
159 return setLogLevel(pw); in requestSet()196 private int setLogLevel(PrintWriter pw) { in setLogLevel() method in AutofillManagerServiceShellCommand200 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE); in setLogLevel()203 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_DEBUG); in setLogLevel()206 mService.setLogLevel(AutofillManager.NO_LOGGING); in setLogLevel()
411 void setLogLevel(int level) { in setLogLevel() method in AutofillManagerService
1579 assertFalse(mDut.setLogLevel(true)); in testSetLogLevel()1584 assertTrue(mDut.setLogLevel(true)); in testSetLogLevel()
103 static void setLogLevel(int level) { in setLogLevel() function3193 setLogLevel(level); in dump()
1645 mSupplicantStaIfaceHal.setLogLevel(turnOnVerbose); in setSupplicantLogLevel()
2282 public boolean setLogLevel(boolean turnOnVerbose) { in setLogLevel() method in SupplicantStaIfaceHal
17981 HSPLcom/android/server/wm/WindowTracing;->setLogLevel(ILjava/io/PrintWriter;)V