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.java283 final AssetFileAddress fallbackAsset = loadFallbackResource(context, fallbackResId); in getDictionaryFiles() local
284 if (null != fallbackAsset) { in getDictionaryFiles()
285 fileList.add(fallbackAsset); in getDictionaryFiles()