diff options
author | 2012-03-22 02:15:29 -0700 | |
---|---|---|
committer | 2012-03-22 02:15:29 -0700 | |
commit | e7cfe436523d2e13b6efdaa6a85f9e88ec47531f (patch) | |
tree | 5994baf4cb567a8b52281ae4b0dade1902482df1 /java | |
parent | 8e31d769832a199cf287328f5ffd02e76741a28d (diff) | |
parent | 109728193e45262099cbf88d8d6fcc4ed05240ca (diff) | |
download | latinime-e7cfe436523d2e13b6efdaa6a85f9e88ec47531f.tar.gz latinime-e7cfe436523d2e13b6efdaa6a85f9e88ec47531f.tar.xz latinime-e7cfe436523d2e13b6efdaa6a85f9e88ec47531f.zip |
Merge "Don't rely on spell checker proximity in tests"
Diffstat (limited to 'java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 48fb79809..7903820f7 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -197,7 +197,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar private InputMethodManagerCompatWrapper mImm; private Resources mResources; private SharedPreferences mPrefs; - private final KeyboardSwitcher mKeyboardSwitcher; + /* package for tests */ final KeyboardSwitcher mKeyboardSwitcher; private final SubtypeSwitcher mSubtypeSwitcher; private VoiceProxy mVoiceProxy; private boolean mShouldSwitchToLastSubtype = true; |