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

  /packages/inputmethods/LatinIME/native/jni/src/
dictionary.h 43 static const int KIND_PREDICTION = 8; // A prediction (== a suggestion with no input)
bigram_dictionary.cpp 70 outputTypes[insertAt] = Dictionary::KIND_PREDICTION;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 134 public static final int KIND_PREDICTION = 8; // A prediction (== a suggestion with no input)

Completed in 57 milliseconds