Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsBinaryDictionary.java93 final List<String> accountVocabulary = in loadDeviceAccountsEmailAddressesLocked() local
95 if (accountVocabulary == null || accountVocabulary.isEmpty()) { in loadDeviceAccountsEmailAddressesLocked()
98 for (String word : accountVocabulary) { in loadDeviceAccountsEmailAddressesLocked()