Searched refs:debugMode (Results 1 – 4 of 4) sorted by relevance
84 int debugMode, boolean enableBinderTracking, boolean trackAllocation, in bindApplication() argument
907 int debugMode; field in ActivityThread.AppBindData1186 IUiAutomationConnection instrumentationUiConnection, int debugMode, in bindApplication() argument1232 data.debugMode = debugMode; in bindApplication()7006 if (data.debugMode != ApplicationThreadConstants.DEBUG_OFF) { in handleBindApplication()7007 if (data.debugMode == ApplicationThreadConstants.DEBUG_WAIT) { in handleBindApplication()7009 } else if (data.debugMode == ApplicationThreadConstants.DEBUG_SUSPEND) { in handleBindApplication()
1405 void setDebugMode(boolean debugMode) {1406 this.mDebugMode = debugMode;
1887 Landroid/app/ActivityThread$AppBindData;->debugMode:I