HomeSort by relevance Sort by last modified time
    Searched defs:TEST_LOCALE (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserSplitTests.java 35 private static final Locale TEST_LOCALE = Locale.ENGLISH;
44 mTextsSet.setLanguage(TEST_LOCALE.getLanguage());
51 }.runInLocale(targetContext.getResources(), TEST_LOCALE);
KeySpecParserTests.java 36 private final static Locale TEST_LOCALE = Locale.ENGLISH;
55 final String language = TEST_LOCALE.getLanguage();
65 }.runInLocale(context.getResources(), TEST_LOCALE);
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 37 private static final String TEST_LOCALE = "test";
100 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
147 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
207 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
259 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
BinaryDictionaryTests.java 39 private static final String TEST_LOCALE = "test";
74 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
83 TEST_LOCALE, true /* isUpdatable */);
98 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
140 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
168 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
238 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
289 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
335 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
345 Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */)
    [all...]

Completed in 208 milliseconds