OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InjectInstrumentation
(Results
1 - 6
of
6
) sorted by null
/frameworks/testing/androidtestlib/tests/src/com/android/test/
InstrumentationJUnit4Fixture.java
22
* Placeholder fixture that uses {@link
InjectInstrumentation
}.
28
@
InjectInstrumentation
InstrumentationJUnit4Test.java
26
* Placeholder test to verify {@link
InjectInstrumentation
}.
30
@
InjectInstrumentation
/frameworks/testing/androidtestlib/src/com/android/test/
InjectInstrumentation.java
35
* @
InjectInstrumentation
public Instrumentation mMyInstrumentation;
46
public @interface
InjectInstrumentation
{
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4Builder.java
22
import com.android.test.
InjectInstrumentation
;
31
* and {@link
InjectInstrumentation
}.
62
if (field.isAnnotationPresent(
InjectInstrumentation
.class)) {
AndroidJUnit4ClassRunner.java
25
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/
TestRequestBuilderTest.java
24
import com.android.test.
InjectInstrumentation
;
116
@
InjectInstrumentation
Completed in 82 milliseconds