/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/ |
D | UserDictionarySettings.java | 55 { UserDictionary.Words._ID, UserDictionary.Words.WORD}; 57 { UserDictionary.Words._ID, UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT}; 66 UserDictionary.Words.WORD, 70 UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT 94 private static final String DELETE_SELECTION_WITH_SHORTCUT = UserDictionary.Words.WORD 96 private static final String DELETE_SELECTION_WITHOUT_SHORTCUT = UserDictionary.Words.WORD 100 UserDictionary.Words.WORD + "=?"; 172 "UPPER(" + UserDictionary.Words.WORD + ")"); in createCursor() 177 "UPPER(" + UserDictionary.Words.WORD + ")"); in createCursor() 248 mCursor.getColumnIndexOrThrow(UserDictionary.Words.WORD)); in getWord() [all …]
|
D | UserDictionaryAddWordContents.java | 174 private static final String[] HAS_WORD_PROJECTION = { UserDictionary.Words.WORD }; 175 private static final String HAS_WORD_SELECTION_ONE_LOCALE = UserDictionary.Words.WORD 177 private static final String HAS_WORD_SELECTION_ALL_LOCALES = UserDictionary.Words.WORD
|
/packages/apps/Settings/src/com/android/settings/ |
D | UserDictionarySettings.java | 57 UserDictionary.Words._ID, UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT 70 private static final String DELETE_SELECTION_WITH_SHORTCUT = UserDictionary.Words.WORD 72 private static final String DELETE_SELECTION_WITHOUT_SHORTCUT = UserDictionary.Words.WORD 144 "UPPER(" + UserDictionary.Words.WORD + ")"); in createCursor() 149 "UPPER(" + UserDictionary.Words.WORD + ")"); in createCursor() 156 new String[] { UserDictionary.Words.WORD, UserDictionary.Words.SHORTCUT }, in createAdapter() 214 mCursor.getColumnIndexOrThrow(UserDictionary.Words.WORD)); in getWord() 270 final int wordColIndex = c.getColumnIndexOrThrow(UserDictionary.Words.WORD); in MyAdapter()
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
D | UserDictionaryProvider.java | 91 + Words.WORD + " TEXT," in onCreate() 190 if (values.containsKey(Words.WORD) == false) { in insert() 209 long rowId = db.insert(USERDICT_TABLE_NAME, Words.WORD, values); in insert() 275 sDictProjectionMap.put(Words.WORD, Words.WORD); in sDictProjectionMap.put() argument
|
D | DictionaryBackupAgent.java | 68 Words.WORD, 150 null, null, Words.WORD); in getDictionary() 235 cv.put(Words.WORD, word); in restoreDictionary() 241 getContentResolver().delete(contentUri, Words.WORD + "=? and " in restoreDictionary()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | CapsModeUtils.java | 218 final int WORD = 1; in getCapsMode() local 230 state = WORD; in getCapsMode() 237 case WORD: in getCapsMode() 239 state = WORD; in getCapsMode()
|
D | UserBinaryDictionary.java | 52 Words.WORD, 58 Words.WORD, 124 final int indexWord = cursor.getColumnIndex(Words.WORD); in getChangedWordForUri() 245 final int indexWord = cursor.getColumnIndex(Words.WORD); in addWords()
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | XmlDictInputOutput.java | 69 private static final int WORD = 2; field in XmlDictInputOutput.UnigramHandler 108 mState = WORD; in startElement() 136 if (WORD == mState) { in characters() 146 if (WORD == mState) { in endElement()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | UserDictionaryAddWordContents.java | 153 private static final String[] HAS_WORD_PROJECTION = { UserDictionary.Words.WORD }; 154 private static final String HAS_WORD_SELECTION_ONE_LOCALE = UserDictionary.Words.WORD 156 private static final String HAS_WORD_SELECTION_ALL_LOCALES = UserDictionary.Words.WORD
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1131 # This makes the output suitable for online browsing using WORD or other
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1131 # This makes the output suitable for online browsing using WORD or other
|
/packages/apps/Gallery2/jni_mosaic/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1131 # This makes the output suitable for online browsing using WORD or other
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1131 # This makes the output suitable for online browsing using WORD or other
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1131 # This makes the output suitable for online browsing using WORD or other
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1131 # This makes the output suitable for online browsing using WORD or other
|