Searched refs:setLogging (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | BaseProtoLogImpl.java | 287 protected int setLogging(boolean setTextLogging, boolean value, PrintWriter pw, in setLogging() method in BaseProtoLogImpl 345 return setLogging(false, true, pw, groups); in onShellCommand() 348 return setLogging(true, true, pw, groups); in onShellCommand() 350 return setLogging(false, false, pw, groups); in onShellCommand() 352 return setLogging(true, false, pw, groups); in onShellCommand()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ |
H A D | ShellProtoLogImpl.java | 108 return setLogging(true /* setTextLogging */, true, pw, groups); in startTextLogging() 112 return setLogging(true /* setTextLogging */, false, pw, groups); in stopTextLogging()
|