Searched refs:setLogLevel (Results 1 – 9 of 9) sorted by relevance
95 setLogLevel(WindowTraceLogLevel.TRIM, null /* pw */); in WindowTracing()146 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel() method in WindowTracing206 setLogLevel(WindowTraceLogLevel.ALL, pw); in onShellCommand()210 setLogLevel(WindowTraceLogLevel.TRIM, pw); in onShellCommand()214 setLogLevel(WindowTraceLogLevel.CRITICAL, pw); in onShellCommand()218 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()
449 void setLogLevel(int level) { in setLogLevel() method in AutofillManagerService
143 setLogLevel(); in enableVerboseLogging()326 setLogLevel(); in initHostapdService()1044 public boolean setLogLevel() { in setLogLevel() method in HostapdHal
1842 mSupplicantStaIfaceHal.setLogLevel(turnOnVerbose);
2452 public boolean setLogLevel(boolean turnOnVerbose) { in setLogLevel() method in SupplicantStaIfaceHal
1414 assertFalse(mDut.setLogLevel(true)); in testSetLogLevel()1419 assertTrue(mDut.setLogLevel(true)); in testSetLogLevel()
106 static void setLogLevel(int level) { in setLogLevel() function3644 setLogLevel(level); in dump()
10008 PLcom/android/server/autofill/AutofillManagerService;->setLogLevel(I)V10101 PLcom/android/server/autofill/AutofillManagerServiceShellCommand;->setLogLevel(Ljava/io/PrintWriter…40110 HSPLcom/android/server/wm/WindowTracing;->setLogLevel(ILjava/io/PrintWriter;)V