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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java287 Bundle testArgs = data.readBundle();
301 bindApplication(packageName, info, providers, testName, profilerInfo, testArgs,
992 Bundle testArgs, IInstrumentationWatcher testWatcher,
1014 data.writeBundle(testArgs);
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 177 milliseconds