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 45 public final boolean mIsObsoleteSuggestions;
71 mIsObsoleteSuggestions = isObsoleteSuggestions;
290 false /* willAutoCorrect */, mIsPunctuationSuggestions, mIsObsoleteSuggestions,
310 mWillAutoCorrect, 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/
SuggestionStripLayoutHelper.java 277 if (suggestedWords.mIsObsoleteSuggestions && isSuggested) {

Completed in 844 milliseconds