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

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java99 int debugMode, boolean enableBinderTracking, boolean trackAllocation,
96 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DApplicationThreadNative.java1052 IUiAutomationConnection uiAutomationConnection, int debugMode,
1076 data.writeInt(debugMode);
1049 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityThread.java512 int debugMode; field in class:ActivityThread.AppBindData
850 IUiAutomationConnection instrumentationUiConnection, int debugMode,
870 data.debugMode = debugMode;
5174 if (data.debugMode != IApplicationThread.DEBUG_OFF) {
5177 if (data.debugMode == IApplicationThread.DEBUG_WAIT) {
846 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 449 milliseconds