HomeSort by relevance Sort by last modified time
    Searched refs:SPELLING (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ExecutorUtils.java 37 public static final String SPELLING = "Spelling";
40 private static ScheduledExecutorService sSpellingExecutorService = newExecutorService(SPELLING);
90 case SPELLING:
113 case SPELLING:
114 sSpellingExecutorService = newExecutorService(SPELLING);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PersonalDictionaryLookupTest.java 114 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING);
125 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING);
293 ExecutorUtils.SPELLING);
316 ExecutorUtils.SPELLING);
349 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING);
377 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING);
417 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING);
461 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING);

Completed in 350 milliseconds