aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-06-23 08:35:21 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-23 08:35:21 -0700
commit80b79bf9a2bc2ad1e1e9c53782657f47fb1de2c2 (patch)
tree17fd9338fa5e8493184f286401dca7ca39f2d0e3 /tests/src
parentda9b1325133ed5096c06782537e66f75d8f5cf3e (diff)
parentcd96a691b14b384face577d907f6c1aa33b47233 (diff)
downloadlatinime-80b79bf9a2bc2ad1e1e9c53782657f47fb1de2c2.tar.gz
latinime-80b79bf9a2bc2ad1e1e9c53782657f47fb1de2c2.tar.xz
latinime-80b79bf9a2bc2ad1e1e9c53782657f47fb1de2c2.zip
Merge "Fix "Show settings key" option on 7" device"
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/latin/SuggestTestsBase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java b/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
index bb2a6fe40..8aadee42e 100644
--- a/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
+++ b/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java
@@ -42,7 +42,7 @@ public class SuggestTestsBase extends AndroidTestCase {
return new KeyboardId(locale.toString() + " keyboard",
com.android.inputmethod.latin.R.xml.kbd_qwerty, locale,
Configuration.ORIENTATION_LANDSCAPE, displayWidth, KeyboardId.MODE_TEXT,
- new EditorInfo(), false, false, false, false);
+ new EditorInfo(), false, KeyboardId.F2KEY_MODE_NONE, false, false, false, false);
}
protected InputStream openTestRawResource(int resIdInTest) {