Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DUserHistoryDictionary.java117 protected Map<String, String> getHeaderAttributeMap() { in getHeaderAttributeMap() method in UserHistoryDictionary
118 final Map<String, String> attributeMap = super.getHeaderAttributeMap(); in getHeaderAttributeMap()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java208 protected Map<String, String> getHeaderAttributeMap() { in getHeaderAttributeMap() method in ExpandableBinaryDictionary
245 DICTIONARY_FORMAT_VERSION, getHeaderAttributeMap()); in createOnMemoryBinaryDictionaryLocked()