Searched refs:InjectInstrumentation (Results 1 - 6 of 6) sorted by relevance

/frameworks/testing/androidtestlib/tests/src/com/android/test/
H A DInstrumentationJUnit4Fixture.java22 * Placeholder fixture that uses {@link InjectInstrumentation}.
28 @InjectInstrumentation
H A DInstrumentationJUnit4Test.java26 * Placeholder test to verify {@link InjectInstrumentation}.
30 @InjectInstrumentation
/frameworks/testing/androidtestlib/src/com/android/test/
H A DInjectInstrumentation.java35 * @InjectInstrumentation public Instrumentation mMyInstrumentation;
46 public @interface InjectInstrumentation { interface
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
H A DAndroidJUnit4Builder.java22 import com.android.test.InjectInstrumentation;
31 * and {@link InjectInstrumentation}.
62 if (field.isAnnotationPresent(InjectInstrumentation.class)) {
H A DAndroidJUnit4ClassRunner.java25 import com.android.test.InjectInstrumentation;
36 * {@link InjectInstrumentation}.
74 InjectInstrumentation.class);
94 "field %s in class %s has an InjectInstrumentation annotation," +
99 "field %s in class %s has an InjectInstrumentation annotation," +
107 InjectInstrumentation.class);
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DTestRequestBuilderTest.java24 import com.android.test.InjectInstrumentation;
116 @InjectInstrumentation

Completed in 77 milliseconds