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

/frameworks/base/core/java/android/app/
H A DIApplicationThread.java93 int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent,
90 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DActivityThread.java422 int debugMode; field in class:ActivityThread.AppBindData
726 int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode,
744 data.debugMode = debugMode;
4252 if (data.debugMode != IApplicationThread.DEBUG_OFF) {
4255 if (data.debugMode == IApplicationThread.DEBUG_WAIT) {
721 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, String profileFile, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DApplicationThreadNative.java866 IInstrumentationWatcher testWatcher, int debugMode, boolean openGlTrace,
891 data.writeInt(debugMode);
863 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, String profileName, ParcelFileDescriptor profileFd, boolean autoStopProfiler, Bundle testArgs, IInstrumentationWatcher testWatcher, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 42 milliseconds