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

/frameworks/testing/support/src/android/support/test/internal/runner/listener/
H A DInstrumentationRunListener.java33 public Instrumentation getInstrumentation() { method in class:InstrumentationRunListener
42 * Convenience method for {@link #getInstrumentation()#sendStatus()}
45 getInstrumentation().sendStatus(code, bundle);
/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.java1766 public Instrumentation getInstrumentation() method in class:ActivityThread
2232 activity.attach(appContext, this, getInstrumentation(), r.token,

Completed in 4241 milliseconds