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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java 103 return !shouldBlockAutoCorrectionBySafetyNet(consideredWord, suggestion.mWord);
111 public static boolean shouldBlockAutoCorrectionBySafetyNet(final String typedWord,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 304 && AutoCorrection.shouldBlockAutoCorrectionBySafetyNet(
    [all...]

Completed in 70 milliseconds