Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DIApplicationThread.aidl84 int debugMode, boolean enableBinderTracking, boolean trackAllocation, in bindApplication() argument
H A DActivityThread.java907 int debugMode; field in ActivityThread.AppBindData
1186 IUiAutomationConnection instrumentationUiConnection, int debugMode, in bindApplication() argument
1232 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()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DDiscreteRegistry.java1405 void setDebugMode(boolean debugMode) {
1406 this.mDebugMode = debugMode;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1887 Landroid/app/ActivityThread$AppBindData;->debugMode:I