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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java279 Bundle testArgs = data.readBundle();
293 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
957 Bundle testArgs, IInstrumentationWatcher testWatcher,
979 data.writeBundle(testArgs);
955 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 53 milliseconds