Searched defs:getInstrumentation (Results 1 - 3 of 3) sorted by relevance

/frameworks/testing/androidtestlib/src/com/android/test/runner/junit3/
H A DAndroidTestSuite.java59 Instrumentation getInstrumentation() { method in class:AndroidTestSuite
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java68 public Instrumentation getInstrumentation() { method in class:InstrumentationTestCase
119 T activity = (T) getInstrumentation().startActivitySync(intent);
120 getInstrumentation().waitForIdleSync();
135 getInstrumentation().runOnMainSync(new Runnable() {
186 getInstrumentation().runOnMainSync(new Runnable() {
228 getInstrumentation().sendStatus(2, iterations);
251 final Instrumentation instrumentation = getInstrumentation();
301 final Instrumentation instrumentation = getInstrumentation();
330 final Instrumentation instrumentation = getInstrumentation();
/frameworks/base/core/java/android/app/
H A DActivityThread.java1871 public Instrumentation getInstrumentation() method in class:ActivityThread
2129 activity.attach(appContext, this, getInstrumentation(), r.token,

Completed in 1072 milliseconds