Searched refs:KIND_PREDICTION (Results 1 – 5 of 5) sorted by relevance
143 createWordInfo("Quality", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()145 createWordInfo("Speed", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()147 createWordInfo("Price", SuggestedWordInfo.KIND_PREDICTION); in testGetTextWithSuggestionSpan()204 if (suggestedWordInfo.isKindOf(SuggestedWordInfo.KIND_PREDICTION)) { in testGetTextWithSuggestionSpan()
53 static const int KIND_PREDICTION = 8; // A prediction (== a suggestion with no input) variable
57 addSuggestion(codePoints, codePointCount, probability, Dictionary::KIND_PREDICTION, in addPrediction()
87 if (info.isKindOf(SuggestedWordInfo.KIND_PREDICTION)) { in getTextWithSuggestionSpan()
253 public static final int KIND_PREDICTION = 8; // A prediction (== a suggestion with no input) field in SuggestedWords.SuggestedWordInfo