Home | History | Annotate | Download | only in util

Lines Matching defs:instrumentation

18 import android.app.Instrumentation;
77 public static void setComposingTextInBatch(final Instrumentation instrumentation,
81 instrumentation.runOnMainSync(new Runnable() {
92 instrumentation.waitForIdleSync();
95 public static void deleteSurroundingText(final Instrumentation instrumentation,
99 instrumentation.runOnMainSync(new Runnable() {
109 instrumentation.waitForIdleSync();
112 public static void setSelection(Instrumentation instrumentation, final Spannable spannable,
114 setSelection(instrumentation, spannable, start, start);
117 public static void setSelection(Instrumentation instrumentation, final Spannable spannable,
120 instrumentation.runOnMainSync(new Runnable() {
128 instrumentation.waitForIdleSync();
131 public static InputConnection initTextViewForSimulatedIme(Instrumentation instrumentation,
134 instrumentation.runOnMainSync(new Runnable() {
144 instrumentation.waitForIdleSync();