Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java99 int debugMode, boolean enableBinderTracking, boolean trackAllocation, in bindApplication() argument
DApplicationThreadNative.java1052 IUiAutomationConnection uiAutomationConnection, int debugMode, in bindApplication() argument
1076 data.writeInt(debugMode); in bindApplication()
DActivityThread.java513 int debugMode; field in ActivityThread.AppBindData
851 IUiAutomationConnection instrumentationUiConnection, int debugMode, in bindApplication() argument
871 data.debugMode = debugMode; in bindApplication()
5185 if (data.debugMode != IApplicationThread.DEBUG_OFF) { in handleBindApplication()
5188 if (data.debugMode == IApplicationThread.DEBUG_WAIT) { in handleBindApplication()