Home
last modified time | relevance | path

Searched defs:DEBUG_SERVICE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLogConfig.java50 static final boolean DEBUG_SERVICE = DEBUG_ALL || false; field in LogConfig
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java74 static final boolean DEBUG_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java281 private static final boolean DEBUG_SERVICE = false; field in ActivityThread