HomeSort by relevance Sort by last modified time
    Searched refs:newShortcut (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordContents.java 133 final String newShortcut;
135 newShortcut = null;
137 newShortcut = null;
141 newShortcut = null;
143 newShortcut = tmpShortcut;
160 if (!TextUtils.isEmpty(newShortcut)) {
161 // If newShortcut is empty we just deleted this, no need to do it again
162 UserDictionarySettings.deleteWord(newWord, newShortcut, resolver);
168 FREQUENCY_FOR_USER_DICTIONARY_ADDS, newShortcut, TextUtils.isEmpty(mLocale) ?
  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordContents.java 114 final String newShortcut;
116 newShortcut = null;
120 newShortcut = null;
122 newShortcut = tmpShortcut;
139 if (!TextUtils.isEmpty(newShortcut)) {
140 // If newShortcut is empty we just deleted this, no need to do it again
141 UserDictionarySettings.deleteWord(newWord, newShortcut, resolver);
147 FREQUENCY_FOR_USER_DICTIONARY_ADDS, newShortcut,

Completed in 210 milliseconds