Searched refs:debugMode (Results 1 – 5 of 5) sorted by relevance
78 int debugMode, boolean enableBinderTracking, boolean trackAllocation, in bindApplication() argument
865 int debugMode; field in ActivityThread.AppBindData1098 IUiAutomationConnection instrumentationUiConnection, int debugMode, in bindApplication() argument1141 data.debugMode = debugMode; in bindApplication()6569 if (data.debugMode != ApplicationThreadConstants.DEBUG_OFF) { in handleBindApplication()6572 if (data.debugMode == ApplicationThreadConstants.DEBUG_WAIT) { in handleBindApplication()
2366 bool debugMode = false; in isPackageDebuggable() local2373 opPackageName, &debugMode); in isPackageDebuggable()2376 return debugMode; in isPackageDebuggable()
1405 void setDebugMode(boolean debugMode) {1406 this.mDebugMode = debugMode;
1887 Landroid/app/ActivityThread$AppBindData;->debugMode:I