Home
last modified time | relevance | path

Searched refs:debugMode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl78 int debugMode, boolean enableBinderTracking, boolean trackAllocation, in bindApplication() argument
DActivityThread.java865 int debugMode; field in ActivityThread.AppBindData
1098 IUiAutomationConnection instrumentationUiConnection, int debugMode, in bindApplication() argument
1141 data.debugMode = debugMode; in bindApplication()
6569 if (data.debugMode != ApplicationThreadConstants.DEBUG_OFF) { in handleBindApplication()
6572 if (data.debugMode == ApplicationThreadConstants.DEBUG_WAIT) { in handleBindApplication()
/frameworks/native/services/sensorservice/
DSensorService.cpp2366 bool debugMode = false; in isPackageDebuggable() local
2373 opPackageName, &debugMode); in isPackageDebuggable()
2376 return debugMode; in isPackageDebuggable()
/frameworks/base/services/core/java/com/android/server/appop/
DDiscreteRegistry.java1405 void setDebugMode(boolean debugMode) {
1406 this.mDebugMode = debugMode;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt1887 Landroid/app/ActivityThread$AppBindData;->debugMode:I