Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java149 final Context context, final boolean hasDefaultWordList) { in getWordListWordListInfos() argument
158 if (!hasDefaultWordList) { in getWordListWordListInfos()
418 final Context context, final boolean hasDefaultWordList) { in installDictToStagingFromContentProvider() argument
433 hasDefaultWordList); in installDictToStagingFromContentProvider()
451 final Context context, final boolean hasDefaultWordList) { in downloadDictIfNeverRequested() argument
452 getWordListWordListInfos(locale, context, hasDefaultWordList); in downloadDictIfNeverRequested()
DBinaryDictionaryGetter.java245 final boolean hasDefaultWordList = DictionaryInfoUtils.isDictionaryAvailable( in getDictionaryFiles()
252 locale, context, hasDefaultWordList); in getDictionaryFiles()