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

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java98 int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent,
95 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityThread.java446 int debugMode; field in class:ActivityThread.AppBindData
771 IUiAutomationConnection instrumentationUiConnection, int debugMode,
828 data.debugMode = debugMode;
4556 if (data.debugMode != IApplicationThread.DEBUG_OFF) {
4559 if (data.debugMode == IApplicationThread.DEBUG_WAIT) {
767 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DApplicationThreadNative.java993 IUiAutomationConnection uiAutomationConnection, int debugMode,
1017 data.writeInt(debugMode);
990 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 72 milliseconds