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

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java294 IUiAutomationConnection uiAutomationConnection =
306 testWatcher, uiAutomationConnection, testMode, enableBinderTracking,
1054 IUiAutomationConnection uiAutomationConnection, int debugMode,
1077 data.writeStrongInterface(uiAutomationConnection);
1051 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIApplicationThread.java99 IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection,
97 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DInstrumentation.java1785 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) {
1792 mUiAutomationConnection = uiAutomationConnection;
1783 init(ActivityThread thread, Context instrContext, Context appContext, ComponentName component, IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18708 IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection,
18769 app.instrumentationUiAutomationConnection = uiAutomationConnection;
18706 startInstrumentation(ComponentName className, String profileFile, int flags, Bundle arguments, IInstrumentationWatcher watcher, IUiAutomationConnection uiAutomationConnection, int userId, String abiOverride) argument

Completed in 125 milliseconds