Searched refs:instrumentationWatcher (Results 1 – 3 of 3) sorted by relevance
97 IInstrumentationWatcher instrumentationWatcher; // who is waiting field in ProcessRecord
4217 app.instrumentationArguments, app.instrumentationWatcher, testMode, in attachApplicationLocked()12149 app.instrumentationWatcher = watcher; in startInstrumentation()12182 if (app.instrumentationWatcher != null) { in finishInstrumentationLocked()12185 app.instrumentationWatcher.instrumentationFinished( in finishInstrumentationLocked()12192 app.instrumentationWatcher = null; in finishInstrumentationLocked()
421 IInstrumentationWatcher instrumentationWatcher; field in ActivityThread.AppBindData725 Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, in bindApplication() argument743 data.instrumentationWatcher = instrumentationWatcher; in bindApplication()4339 new ComponentName(ii.packageName, ii.name), data.instrumentationWatcher); in handleBindApplication()