Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataHandler.java158 public static WordListMetadata findWordListById(final List<WordListMetadata> metadata, in findWordListById() method in MetadataHandler
DUpdateHandler.java761 final WordListMetadata currentInfo = MetadataHandler.findWordListById(fromList, id); in compareMetadataForUpgrade()
762 final WordListMetadata metadataInfo = MetadataHandler.findWordListById(toList, id); in compareMetadataForUpgrade()