Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DUserDictionaryAddWordContents.java170 private static final String[] HAS_WORD_PROJECTION = {UserDictionary.Words.WORD}; field in UserDictionaryAddWordContents
182 HAS_WORD_PROJECTION, HAS_WORD_SELECTION_ALL_LOCALES, in hasWord()
186 HAS_WORD_PROJECTION, HAS_WORD_SELECTION_ONE_LOCALE, in hasWord()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionaryAddWordContents.java170 private static final String[] HAS_WORD_PROJECTION = {UserDictionary.Words.WORD}; field in UserDictionaryAddWordContents
182 HAS_WORD_PROJECTION, HAS_WORD_SELECTION_ALL_LOCALES, in hasWord()
186 HAS_WORD_PROJECTION, HAS_WORD_SELECTION_ONE_LOCALE, in hasWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionaryAddWordContents.java194 private static final String[] HAS_WORD_PROJECTION = { UserDictionary.Words.WORD }; field in UserDictionaryAddWordContents
205 HAS_WORD_PROJECTION, HAS_WORD_SELECTION_ALL_LOCALES, in hasWord()
209 HAS_WORD_PROJECTION, HAS_WORD_SELECTION_ONE_LOCALE, in hasWord()