Searched refs:instrumentationWatcher (Results 1 – 3 of 3) sorted by relevance
85 IInstrumentationWatcher instrumentationWatcher; // who is waiting field in ProcessRecord
3669 app.instrumentationArguments, app.instrumentationWatcher, testMode, in attachApplicationLocked()12668 app.instrumentationWatcher = watcher; in startInstrumentation()12701 if (app.instrumentationWatcher != null) { in finishInstrumentationLocked()12704 app.instrumentationWatcher.instrumentationFinished( in finishInstrumentationLocked()12711 app.instrumentationWatcher = null; in finishInstrumentationLocked()
369 IInstrumentationWatcher instrumentationWatcher; field in ActivityThread.AppBindData668 Bundle instrumentationArgs, IInstrumentationWatcher instrumentationWatcher, in bindApplication() argument686 data.instrumentationWatcher = instrumentationWatcher; in bindApplication()3880 new ComponentName(ii.packageName, ii.name), data.instrumentationWatcher); in handleBindApplication()