Searched refs:hasWord (Results 1 – 3 of 3) sorted by relevance
149 if (TextUtils.isEmpty(newShortcut) && hasWord(newWord, context)) { in apply()176 private boolean hasWord(final String word, final Context context) { in hasWord() method in UserDictionaryAddWordContents
172 if (TextUtils.isEmpty(newShortcut) && hasWord(newWord, context)) { in apply()199 private boolean hasWord(final String word, final Context context) { in hasWord() method in UserDictionaryAddWordContents
541 public boolean hasWord(final String s) { in hasWord() method in FusionDictionary