aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-08-12 15:07:33 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-08-12 15:07:33 +0000
commit521b4590d8c9773146d52f62fead8b8f029ad3e7 (patch)
tree8daa14397740672c4e0281232a9482259d290808 /tests/src
parentfd13dbc92bf23eb7bdb510f3280b4cdcf4d9bb53 (diff)
parent89a214544853f16ef5d979bd1503d370ea5ff39d (diff)
downloadlatinime-521b4590d8c9773146d52f62fead8b8f029ad3e7.tar.gz
latinime-521b4590d8c9773146d52f62fead8b8f029ad3e7.tar.xz
latinime-521b4590d8c9773146d52f62fead8b8f029ad3e7.zip
am 89a21454: am a70542a5: am 5380acfd: Remove reference of VERSION_CODES.CUR_DEVELOPMENT
* commit '89a214544853f16ef5d979bd1503d370ea5ff39d': Remove reference of VERSION_CODES.CUR_DEVELOPMENT
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..45e1558a8 100644
--- a/tests/src/com/android/inputmethod/keyboard/KeyboardThemeTests.java
+++ b/tests/src/com/android/inputmethod/keyboard/KeyboardThemeTests.java
@@ -20,6 +20,7 @@ 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;
import static com.android.inputmethod.keyboard.KeyboardTheme.THEME_ID_LXX_LIGHT;
+import static com.android.inputmethod.keyboard.KeyboardTheme.VERSION_CODES_LXX;
import android.content.SharedPreferences;
import android.os.Build.VERSION_CODES;
@@ -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;