Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDictionaryInfoUtils.java202 public static File[] getCachedDirectoryList(final Context context) { in getCachedDirectoryList() method in DictionaryInfoUtils
498 final File[] directoryList = getCachedDirectoryList(context);
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java167 final File[] directoryList = DictionaryInfoUtils.getCachedDirectoryList(context); in getCachedWordLists()