Searched refs:dictionaryPath (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DUserBigramSuggestHelper.java32 public UserBigramSuggestHelper(final Context context, final File dictionaryPath, argument
35 super(context, dictionaryPath, startOffset, length, keyboardId, locale);
H A DSuggestHelper.java44 protected SuggestHelper(final Context context, final File dictionaryPath, argument
47 mSuggest = new Suggest(context, dictionaryPath, startOffset, length, null, locale);

Completed in 749 milliseconds