aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-04-14 09:59:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-14 09:59:51 +0000
commit83ac7b87df2cf3d9d5867a49eba94f6ed6381547 (patch)
tree4d4381e1704264031e08e564098cf186358472bf /tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
parent23aec08467dd1691eb03bc1bde815fa094b3ef1f (diff)
parent3568fca95f92d5081755da88a5f6ca4cf518e2b2 (diff)
downloadlatinime-83ac7b87df2cf3d9d5867a49eba94f6ed6381547.tar.gz
latinime-83ac7b87df2cf3d9d5867a49eba94f6ed6381547.tar.xz
latinime-83ac7b87df2cf3d9d5867a49eba94f6ed6381547.zip
am 3568fca9: Merge "Refactor KeyboardTheme as top-level class"
* commit '3568fca95f92d5081755da88a5f6ca4cf518e2b2': Refactor KeyboardTheme as top-level class
Diffstat (limited to 'tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java')
-rw-r--r--tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
index a4c69e023..6370c471a 100644
--- a/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
+++ b/tests/src/com/android/inputmethod/keyboard/KeyboardLayoutSetTestsBase.java
@@ -27,7 +27,6 @@ import android.view.inputmethod.InputMethodSubtype;
import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;
import com.android.inputmethod.keyboard.KeyboardLayoutSet.Builder;
-import com.android.inputmethod.keyboard.KeyboardSwitcher.KeyboardTheme;
import com.android.inputmethod.latin.Constants;
import com.android.inputmethod.latin.R;
import com.android.inputmethod.latin.RichInputMethodManager;
@@ -42,7 +41,7 @@ import java.util.Locale;
@SmallTest
public class KeyboardLayoutSetTestsBase extends AndroidTestCase {
private static final KeyboardTheme DEFAULT_KEYBOARD_THEME =
- KeyboardSwitcher.KEYBOARD_THEMES[KeyboardSwitcher.DEFAULT_THEME_INDEX];
+ KeyboardTheme.KEYBOARD_THEMES[KeyboardTheme.DEFAULT_THEME_INDEX];
// All input method subtypes of LatinIME.
private final ArrayList<InputMethodSubtype> mAllSubtypesList = CollectionUtils.newArrayList();