Searched refs:PersonalDictionaryLookup (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.inputmethod.latin.PersonalDictionaryLookup.ANY_LOCALE;35 import com.android.inputmethod.latin.PersonalDictionaryLookup.PersonalDictionaryListener;108 private PersonalDictionaryLookup setUpWord(final Locale locale) { in setUpWord()113 PersonalDictionaryLookup lookup = in setUpWord()114 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING); in setUpWord()119 private PersonalDictionaryLookup setUpShortcut(final Locale locale) { in setUpShortcut()124 PersonalDictionaryLookup lookup = in setUpShortcut()125 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING); in setUpShortcut()140 PersonalDictionaryLookup lookup = setUpShortcut(Locale.US); in testShortcutKeyMatching()153 PersonalDictionaryLookup lookup = setUpShortcut(Locale.US); in testShortcutMatchesInputCountry()[all …]
66 public class PersonalDictionaryLookup implements Closeable { class221 public PersonalDictionaryLookup( in PersonalDictionaryLookup() method in PersonalDictionaryLookup