Home | History | Annotate | Download | only in test

Lines Matching refs:Instrumentation

19 import android.app.Instrumentation;
44 private Instrumentation mInstrumentation;
206 Test test, Instrumentation instrumentation) {
208 ((InstrumentationTestCase) test).injectInstrumentation(instrumentation);
219 public void setInstrumentation(Instrumentation instrumentation) {
220 mInstrumentation = instrumentation;
225 * use {@link #setInstrumentation(android.app.Instrumentation)} instead.
228 public void setInstrumentaiton(Instrumentation instrumentation) {
229 setInstrumentation(instrumentation);