/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowTracing.java | 96 setLogLevel(WindowTraceLogLevel.TRIM, null /* pw */); in WindowTracing() 161 private void setLogLevel(@WindowTraceLogLevel int logLevel, PrintWriter pw) { in setLogLevel() method in WindowTracing 224 setLogLevel(WindowTraceLogLevel.ALL, pw); in onShellCommand() 228 setLogLevel(WindowTraceLogLevel.TRIM, pw); in onShellCommand() 232 setLogLevel(WindowTraceLogLevel.CRITICAL, pw); in onShellCommand() 236 setLogLevel(WindowTraceLogLevel.TRIM, pw); in onShellCommand()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerServiceShellCommand.java | 165 return setLogLevel(pw); in requestSet() 202 private int setLogLevel(PrintWriter pw) { in setLogLevel() method in AutofillManagerServiceShellCommand 206 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE); in setLogLevel() 209 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_DEBUG); in setLogLevel() 212 mService.setLogLevel(AutofillManager.NO_LOGGING); in setLogLevel()
|
H A D | AutofillManagerService.java | 451 void setLogLevel(int level) { in setLogLevel() method in AutofillManagerService
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | HostapdHal.java | 143 setLogLevel(); in enableVerboseLogging() 366 setLogLevel(); in initHostapdService() 1260 public boolean setLogLevel() { in setLogLevel() method in HostapdHal
|
H A D | WifiNative.java | 2096 mSupplicantStaIfaceHal.setLogLevel(turnOnVerbose);
|
H A D | SupplicantStaIfaceHal.java | 2594 public boolean setLogLevel(boolean turnOnVerbose) { in setLogLevel() method in SupplicantStaIfaceHal
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | SupplicantStaIfaceHalTest.java | 1616 assertFalse(mDut.setLogLevel(true)); in testSetLogLevel() 1621 assertTrue(mDut.setLogLevel(true)); in testSetLogLevel() 1639 assertTrue(mDut.setLogLevel(true)); in testSetLogLevelWithShowKeyEnabled() 1657 assertTrue(mDut.setLogLevel(false)); in testVerboseLoggingDisabledWithShowKeyEnabled()
|
/aosp12/frameworks/av/services/camera/libcameraservice/ |
H A D | CameraService.cpp | 108 static void setLogLevel(int level) { in setLogLevel() function 4057 setLogLevel(level); in dump()
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/base/services/ |
H A D | art-profile | 50915 HSPLcom/android/server/wm/WindowTracing;->setLogLevel(ILjava/io/PrintWriter;)V
|