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

  /packages/apps/Settings/src/com/android/settings/inputmethod/
UserDictionaryAddWordActivity.java 38 /* package */ static final int CODE_ALREADY_PRESENT = 2;
UserDictionaryAddWordContents.java 133 if (hasWord(newWord, context)) return UserDictionaryAddWordActivity.CODE_ALREADY_PRESENT;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
UserDictionaryAddWordContents.java 58 /* package */ static final int CODE_ALREADY_PRESENT = 2;
154 if (hasWord(newWord, context)) return CODE_ALREADY_PRESENT;

Completed in 253 milliseconds