diff options
author | 2014-11-06 14:45:32 +0900 | |
---|---|---|
committer | 2014-11-06 11:51:07 -0800 | |
commit | 7fb0ed58edd4cc2514f0b5dd5bd2083889ff325c (patch) | |
tree | 44809a0727a11a8bb0b717c31b1ffa43899a53b5 /tests/src/com/android | |
parent | 8a2c4afad4c30fe7c082387b4beafd95c3c823e8 (diff) | |
download | latinime-7fb0ed58edd4cc2514f0b5dd5bd2083889ff325c.tar.gz latinime-7fb0ed58edd4cc2514f0b5dd5bd2083889ff325c.tar.xz latinime-7fb0ed58edd4cc2514f0b5dd5bd2083889ff325c.zip |
Move current subtype management code to RichInputMethodManager
Change-Id: I82d5a17a5ec96f26047d29e79f3f28850fc5b3bb
Diffstat (limited to 'tests/src/com/android')
-rw-r--r-- | tests/src/com/android/inputmethod/latin/InputTestsBase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/InputTestsBase.java b/tests/src/com/android/inputmethod/latin/InputTestsBase.java index 926a2d3e1..6df15a1a9 100644 --- a/tests/src/com/android/inputmethod/latin/InputTestsBase.java +++ b/tests/src/com/android/inputmethod/latin/InputTestsBase.java @@ -387,7 +387,7 @@ public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> { false /* isAuxiliary */, false /* overridesImplicitlyEnabledSubtype */, 0 /* id */); - SubtypeSwitcher.forceSubtype(subtype); + RichInputMethodManager.forceSubtype(subtype); mLatinIME.onCurrentInputMethodSubtypeChanged(subtype); runMessages(); mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard(); |