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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 51 * @param dicTypeId of the dictionary where word was from
55 boolean addWord(char[] word, int wordOffset, int wordLength, int frequency, int dicTypeId,
ContactsDictionary.java 49 public ContactsDictionary(Context context, int dicTypeId) {
50 super(context, dicTypeId);
BinaryDictionary.java 75 public BinaryDictionary(Context context, int[] resId, int dicTypeId) {
79 mDicTypeId = dicTypeId;
87 public BinaryDictionary(Context context, ByteBuffer byteBuffer, int dicTypeId) {
100 mDicTypeId = dicTypeId;
AutoDictionary.java 88 public AutoDictionary(Context context, LatinIME ime, String locale, int dicTypeId) {
89 super(context, dicTypeId);
UserBigramDictionary.java 141 public UserBigramDictionary(Context context, LatinIME ime, String locale, int dicTypeId) {
142 super(context, dicTypeId);
Suggest.java 399 final int dicTypeId, final Dictionary.DataType dataType) {
477 LatinImeLogger.onAddSuggestedWord(sb.toString(), dicTypeId, dataTypeForLog);

Completed in 2091 milliseconds