Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowTracing.java95 setLogLevel(WindowTraceLogLevel.TRIM, null /* pw */); in WindowTracing()
146 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel() method in WindowTracing
206 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()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerServiceShellCommand.java159 return setLogLevel(pw); in requestSet()
196 private int setLogLevel(PrintWriter pw) { in setLogLevel() method in AutofillManagerServiceShellCommand
200 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()
DAutofillManagerService.java449 void setLogLevel(int level) { in setLogLevel() method in AutofillManagerService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DHostapdHal.java143 setLogLevel(); in enableVerboseLogging()
326 setLogLevel(); in initHostapdService()
1044 public boolean setLogLevel() { in setLogLevel() method in HostapdHal
DWifiNative.java1842 mSupplicantStaIfaceHal.setLogLevel(turnOnVerbose);
DSupplicantStaIfaceHal.java2452 public boolean setLogLevel(boolean turnOnVerbose) { in setLogLevel() method in SupplicantStaIfaceHal
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java1414 assertFalse(mDut.setLogLevel(true)); in testSetLogLevel()
1419 assertTrue(mDut.setLogLevel(true)); in testSetLogLevel()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp106 static void setLogLevel(int level) { in setLogLevel() function
3644 setLogLevel(level); in dump()
/frameworks/base/services/
Dart-profile10008 PLcom/android/server/autofill/AutofillManagerService;->setLogLevel(I)V
10101 PLcom/android/server/autofill/AutofillManagerServiceShellCommand;->setLogLevel(Ljava/io/PrintWriter…
40110 HSPLcom/android/server/wm/WindowTracing;->setLogLevel(ILjava/io/PrintWriter;)V