aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-13 07:48:25 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-13 07:48:25 +0000
commitbdb05cc89f63f4f3956936fa062d0b4555aa072a (patch)
tree8097c90f34fba486a6aadc6089a51f670d391492 /tests/src
parent7edc27f17b450e690f08a972c4573b92b39ef7ee (diff)
parent78cff10f8d317641dd3531cce04e74502be8ad44 (diff)
downloadlatinime-bdb05cc89f63f4f3956936fa062d0b4555aa072a.tar.gz
latinime-bdb05cc89f63f4f3956936fa062d0b4555aa072a.tar.xz
latinime-bdb05cc89f63f4f3956936fa062d0b4555aa072a.zip
am 78cff10f: Add BuildCompatUtils to get an effective platfrom API version
* commit '78cff10f8d317641dd3531cce04e74502be8ad44': Add BuildCompatUtils to get an effective platfrom API version
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/inputmethod/keyboard/KeyboardThemeTests.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/src/com/android/inputmethod/keyboard/KeyboardThemeTests.java b/tests/src/com/android/inputmethod/keyboard/KeyboardThemeTests.java
index 0c7e4000e..c20954f81 100644
--- a/tests/src/com/android/inputmethod/keyboard/KeyboardThemeTests.java
+++ b/tests/src/com/android/inputmethod/keyboard/KeyboardThemeTests.java
@@ -16,6 +16,7 @@
package com.android.inputmethod.keyboard;
+import static com.android.inputmethod.compat.BuildCompatUtils.VERSION_CODES_LXX;
import static com.android.inputmethod.keyboard.KeyboardTheme.THEME_ID_ICS;
import static com.android.inputmethod.keyboard.KeyboardTheme.THEME_ID_KLP;
import static com.android.inputmethod.keyboard.KeyboardTheme.THEME_ID_LXX_DARK;
@@ -31,9 +32,6 @@ import android.test.suitebuilder.annotation.SmallTest;
public class KeyboardThemeTests extends AndroidTestCase {
private SharedPreferences mPrefs;
- // TODO: Remove this constant once the *next* version becomes available.
- private static final int VERSION_CODES_LXX = VERSION_CODES.CUR_DEVELOPMENT;
-
private static final int THEME_ID_NULL = -1;
private static final int THEME_ID_UNKNOWN = -2;
private static final int THEME_ID_ILLEGAL = -3;