Skip to content
Snippets Groups Projects
Commit f2b85d62 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix broken build

Change-Id: I84c20db21e13422817cfb85af522feaa5295626a
parent 289544d6
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ package com.android.inputmethod.latin;
import android.content.res.AssetFileDescriptor;
import android.content.res.Configuration;
import android.test.AndroidTestCase;
import android.text.InputType;
import android.text.TextUtils;
import android.util.DisplayMetrics;
......@@ -51,7 +52,7 @@ public class SuggestTestsBase extends AndroidTestCase {
}
return new KeyboardId(com.android.inputmethod.latin.R.xml.kbd_qwerty,
KeyboardId.ELEMENT_ALPHABET, locale, orientation, width, KeyboardId.MODE_TEXT,
null, false, false, false, false);
InputType.TYPE_CLASS_TEXT, 0, false, false, false, false);
}
protected InputStream openTestRawResource(int resIdInTest) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment