OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSTEM_DEBUGGABLE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
AppErrors.java
69
import static com.android.server.am.ActivityManagerService.
SYSTEM_DEBUGGABLE
;
448
if ("1".equals(SystemProperties.get(
SYSTEM_DEBUGGABLE
, "0"))
[
all
...]
ActivityManagerService.java
420
static final String
SYSTEM_DEBUGGABLE
= "ro.debuggable";
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
330
private static final String
SYSTEM_DEBUGGABLE
= "ro.debuggable";
[
all
...]
Completed in 112 milliseconds