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

/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() {
181 getInstrumentation().runOnMainSync(new Runnable() {
235 final Instrumentation instrumentation = getInstrumentation();
285 final Instrumentation instrumentation = getInstrumentation();
314 final Instrumentation instrumentation = getInstrumentation();
/frameworks/base/core/java/android/app/
H A DActivityThread.java1343 public Instrumentation getInstrumentation() method in class:ActivityThread
1594 activity.attach(appContext, this, getInstrumentation(), r.token,

Completed in 65 milliseconds