Searched refs:hasWord (Results 1 – 4 of 4) sorted by relevance
148 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