Searched refs:dictionaryPath (Results 1 - 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
H A D | UserBigramSuggestHelper.java | 32 public UserBigramSuggestHelper(final Context context, final File dictionaryPath, argument 35 super(context, dictionaryPath, startOffset, length, keyboardId, locale);
|
H A D | SuggestHelper.java | 44 protected SuggestHelper(final Context context, final File dictionaryPath, argument 47 mSuggest = new Suggest(context, dictionaryPath, startOffset, length, null, locale);
|
Completed in 749 milliseconds