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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java651 String profileName, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode,
668 data.writeInt(debugMode);
649 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode, boolean restrictedBackupMode, Configuration config, Map<String, IBinder> services) argument
H A DIApplicationThread.java83 IInstrumentationWatcher testWatcher, int debugMode, boolean restrictedBackupMode,
81 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, Bundle testArguments, IInstrumentationWatcher testWatcher, int debugMode, boolean restrictedBackupMode, Configuration config, Map<String, IBinder> services) argument
H A DActivityThread.java332 int debugMode; field in class:ActivityThread.AppBindData
539 int debugMode, boolean isRestrictedBackupMode, Configuration config,
555 data.debugMode = debugMode;
3169 if (data.debugMode != IApplicationThread.DEBUG_OFF) {
3172 if (data.debugMode == IApplicationThread.DEBUG_WAIT) {
535 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, String profileFile, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, int debugMode, boolean isRestrictedBackupMode, Configuration config, Map<String, IBinder> services) argument

Completed in 34 milliseconds