Home
last modified time | relevance | path

Searched refs:DICTIONARY_V1_DICT_INFO (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java62 private static final int DICTIONARY_V1_DICT_INFO = 2; field in DictionaryProvider
72 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "*", DICTIONARY_V1_DICT_INFO); in sUriMatcherV1.addURI() argument
203 case DICTIONARY_V1_DICT_INFO: in getType()
244 case DICTIONARY_V1_DICT_INFO: in query()
295 if (DICTIONARY_V1_DICT_INFO != match && DICTIONARY_V2_DATAFILE != match) { in openAssetFile()
438 if (DICTIONARY_V1_DICT_INFO == match || DICTIONARY_V2_DATAFILE == match) { in delete()
522 case DICTIONARY_V1_DICT_INFO: in insert()