Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java383 final AssetFileAddress fallbackAsset = loadFallbackResource(context, fallbackResId); in getDictionaryFiles() local
384 if (null != fallbackAsset) { in getDictionaryFiles()
385 fileList.add(fallbackAsset); in getDictionaryFiles()