Home | History | Annotate | Download | only in textservice

Lines Matching refs:suggestions

25  * This class contains a metadata of suggestions from the text service
31 * Flag of the attributes of the suggestions that can be obtained by
37 * Flag of the attributes of the suggestions that can be obtained by
43 * Flag of the attributes of the suggestions that can be obtained by
45 * the result suggestions include highly recommended ones.
57 * @param suggestions from the text service
59 public SuggestionsInfo(int suggestionsAttributes, String[] suggestions) {
60 this(suggestionsAttributes, suggestions, 0, 0);
66 * @param suggestions from the text service
71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) {
72 if (suggestions == null) {
76 mSuggestions = suggestions;
133 * @return the attributes of suggestions. This includes whether the spell checker has the word
134 * in its dictionary or not and whether the spell checker has confident suggestions for the
142 * @return the count of the suggestions. If there's no suggestions at all, this method returns
143 * -1. Even if this method returns 0, it doesn't necessarily mean that there are no suggestions
145 * number of suggestions returned.
155 * @param i the id of suggestions