Loading tests/src/com/android/inputmethod/latin/InputTestsBase.java +3 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,9 @@ public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> { | InputType.TYPE_TEXT_FLAG_MULTI_LINE; mEditText.setInputType(inputType); mEditText.setEnabled(true); if (null == Looper.myLooper()) { Looper.prepare(); } setupService(); mLatinIME = getService(); setDebugMode(true); Loading Loading
tests/src/com/android/inputmethod/latin/InputTestsBase.java +3 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,9 @@ public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> { | InputType.TYPE_TEXT_FLAG_MULTI_LINE; mEditText.setInputType(inputType); mEditText.setEnabled(true); if (null == Looper.myLooper()) { Looper.prepare(); } setupService(); mLatinIME = getService(); setDebugMode(true); Loading