From 2d603fff64499098927a6a615baafa78a1ff3999 Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" Date: Tue, 13 Dec 2011 22:53:54 +0900 Subject: Remove EditorInfo from KeyboardId Change-Id: I70919ff30622afa1d8c29ca45589fa617f2c1f0e --- tests/src/com/android/inputmethod/latin/SuggestTestsBase.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/src') diff --git a/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java b/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java index 406c97f71..7b4c6a904 100644 --- a/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java +++ b/tests/src/com/android/inputmethod/latin/SuggestTestsBase.java @@ -21,7 +21,6 @@ import android.content.res.Configuration; import android.test.AndroidTestCase; import android.text.TextUtils; import android.util.DisplayMetrics; -import android.view.inputmethod.EditorInfo; import com.android.inputmethod.keyboard.KeyboardId; @@ -52,7 +51,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, - new EditorInfo(), false, false, false, false); + null, false, false, false, false); } protected InputStream openTestRawResource(int resIdInTest) { -- cgit v1.2.3-83-g751a