Searched refs:onGetSuggestions (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerSessionListener.aidl26 void onGetSuggestions(in SuggestionsInfo[] results);
/frameworks/base/core/java/android/service/settings/suggestions/
H A DSuggestionService.java47 return onGetSuggestions();
71 public abstract List<Suggestion> onGetSuggestions(); method in class:SuggestionService
75 * {@link #onGetSuggestions()} calls.
/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DMockSuggestionService.java37 public List<Suggestion> onGetSuggestions() { method in class:MockSuggestionService
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java214 mSpellCheckerSessionListener.onGetSuggestions(suggestionInfos);
497 public void onGetSuggestions(SuggestionsInfo[] results) { method in class:SpellCheckerSession.SpellCheckerSessionListenerImpl
529 public void onGetSuggestions(SuggestionsInfo[] results); method in interface:SpellCheckerSession.SpellCheckerSessionListener
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java56 * <p>{@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
125 public abstract SuggestionsInfo onGetSuggestions(TextInfo textInfo, int suggestionsLimit); method in class:SpellCheckerService.Session
128 * A batch process of onGetSuggestions.
136 * {@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
143 retval[i] = onGetSuggestions(textInfos[i], suggestionsLimit);
162 * {@link SpellCheckerService.Session#onGetSuggestions(TextInfo, int)}
258 mListener.onGetSuggestions(
324 * {@link Session#onGetSuggestions(TextInfo, int)}
433 Log.w(TAG, "Adapter: onGetSuggestions: got " + results.length);
/frameworks/base/core/java/android/widget/
H A DSpellChecker.java93 // concurrently due to the asynchronous nature of onGetSuggestions.
383 public void onGetSuggestions(SuggestionsInfo[] results) { method in class:SpellChecker
/frameworks/base/config/
H A Dboot-image-profile.txt5172 HPLandroid/service/textservice/SpellCheckerService$Session;->onGetSuggestions(Landroid/view/textservice/TextInfo;I)Landroid/view/textservice/SuggestionsInfo;
[all...]

Completed in 61 milliseconds