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

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java136 IInstrumentationWatcher instrumentationWatcher; // who is waiting field in class:ProcessRecord
/frameworks/base/core/java/android/app/
H A DActivityThread.java510 IInstrumentationWatcher instrumentationWatcher; field in class:ActivityThread.AppBindData
849 IInstrumentationWatcher instrumentationWatcher,
868 data.instrumentationWatcher = instrumentationWatcher;
5307 data.instrumentationWatcher, data.instrumentationUiAutomationConnection);
846 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableBinderTracking, boolean trackAllocation, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 108 milliseconds