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

/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java117 IInstrumentationWatcher instrumentationWatcher; // who is waiting field in class:ProcessRecord
/frameworks/base/core/java/android/app/
H A DActivityThread.java443 IInstrumentationWatcher instrumentationWatcher; field in class:ActivityThread.AppBindData
758 IInstrumentationWatcher instrumentationWatcher,
814 data.instrumentationWatcher = instrumentationWatcher;
4500 new ComponentName(ii.packageName, ii.name), data.instrumentationWatcher,
755 bindApplication(String processName, ApplicationInfo appInfo, List<ProviderInfo> providers, ComponentName instrumentationName, ProfilerInfo profilerInfo, Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, IUiAutomationConnection instrumentationUiConnection, int debugMode, boolean enableOpenGlTrace, boolean isRestrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 691 milliseconds