OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onGetSuggestions
(Results
1 - 3
of
3
) sorted by null
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java
60
public SuggestionsInfo
onGetSuggestions
(TextInfo textInfo, int suggestionsLimit) {
62
Log.d(TAG, "
onGetSuggestions
: " + textInfo.getText());
/development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java
115
public void
onGetSuggestions
(final SuggestionsInfo[] arg0) {
116
Log.d(TAG, "
onGetSuggestions
");
/external/chromium_org/third_party/android_platform/webview/
frameworks.jar
Completed in 191 milliseconds