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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 38 public final boolean mIsObsoleteSuggestions;
52 mIsObsoleteSuggestions = isObsoleteSuggestions;
218 false /* willAutoCorrect */, mIsPunctuationSuggestions, mIsObsoleteSuggestions,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
JsonUtils.java 95 jsonWriter.name("isObsoleteSuggestions").value(words.mIsObsoleteSuggestions);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 310 if (suggestedWords.mIsObsoleteSuggestions && isSuggested) {
    [all...]

Completed in 53 milliseconds