Home
last modified time | relevance | path

Searched defs:DEBUG_APP (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java50 static final boolean DEBUG_APP = DEBUG_ALL_ACTIVITIES || false; field in ActivityManagerDebugConfig
/frameworks/base/core/java/android/provider/
DSettings.java3030 public static final String DEBUG_APP = Global.DEBUG_APP; field in Settings.System
9726 public static final String DEBUG_APP = "debug_app"; field in Settings.Global