Home
last modified time | relevance | path

Searched refs:REQUIRE_PROTOLOGTOOL (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/protolog/common/
H A DProtoLog.java43 public static boolean REQUIRE_PROTOLOGTOOL = true; field in ProtoLog
54 if (REQUIRE_PROTOLOGTOOL) { in d()
72 if (REQUIRE_PROTOLOGTOOL) { in v()
90 if (REQUIRE_PROTOLOGTOOL) { in i()
108 if (REQUIRE_PROTOLOGTOOL) { in w()
126 if (REQUIRE_PROTOLOGTOOL) { in e()
144 if (REQUIRE_PROTOLOGTOOL) { in wtf()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DShellTestCase.java46 ProtoLog.REQUIRE_PROTOLOGTOOL = false; in shellSetup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java77 ProtoLog.REQUIRE_PROTOLOGTOOL = false; in SystemUIApplication()