Home | History | Annotate | Download | only in cts

Lines Matching defs:instrumentation

22 import android.app.Instrumentation;
49 protected Instrumentation mInstrumentation;
68 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
69 final Context context = instrumentation.getContext();
70 instrumentation.runOnMainSync(() -> {
80 instrumentation.waitForIdleSync();
85 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
86 final Context context = instrumentation.getContext();
87 instrumentation.runOnMainSync(() -> {
96 instrumentation.waitForIdleSync();