Home
last modified time | relevance | path

Searched defs:suggestions (Results 1 – 25 of 25) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerServiceTest.java37 final String[] suggestions = span.getSuggestions(); in testSpellchecker() local
57 final String[] suggestions = span.getSuggestions(); in testRussianSpellchecker() local
77 final String[] suggestions = span.getSuggestions(); in testSpellcheckWithPeriods() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDelayingSuggestionsAdapter.java52 public void setSuggestions(Suggestions suggestions) { in setSuggestions()
72 private boolean shouldPublish(Suggestions suggestions) { in shouldPublish()
81 private void setPendingSuggestions(Suggestions suggestions) { in setPendingSuggestions()
DSuggestionsAdapter.java47 void setSuggestions(Suggestions suggestions); in setSuggestions()
DSuggestionsAdapterBase.java85 public void setSuggestions(Suggestions suggestions) { in setSuggestions()
151 protected View getView(SuggestionCursor suggestions, int position, long suggestionId, in getView()
DSearchActivityView.java201 public void setSuggestions(Suggestions suggestions) { in setSuggestions()
349 private CompletionInfo[] webSuggestionsToCompletions(Suggestions suggestions) { in webSuggestionsToCompletions()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionsProviderImpl.java63 final Suggestions suggestions = new Suggestions(query, sourceToQuery); in getSuggestions() local
95 public SuggestionCursorReceiver(Suggestions suggestions) { in SuggestionCursorReceiver()
DSearchActivity.java378 SuggestionCursor suggestions = pos.getCursor(); in getCurrentSuggestions() local
423 protected void launchSuggestion(SuggestionCursor suggestions, int position) { in launchSuggestion()
458 private void gotSuggestions(Suggestions suggestions) { in gotSuggestions()
476 Suggestions suggestions = getSuggestionsProvider().getSuggestions( in updateSuggestions() local
485 protected void showSuggestions(Suggestions suggestions) { in showSuggestions()
DEventLogLogger.java70 String suggestions = getSuggestions(suggestionCursor); in logSuggestionClick() local
88 String suggestions = getSuggestions(suggestionCursor); in logExit() local
DListSuggestionCursor.java48 public ListSuggestionCursor(String userQuery, Suggestion...suggestions) { in ListSuggestionCursor()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DSuggestionCursorUtil.java34 public static void assertNoSuggestions(SuggestionCursor suggestions) { in assertNoSuggestions()
38 public static void assertNoSuggestions(String message, SuggestionCursor suggestions) { in assertNoSuggestions()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DGoogleSuggestClient.java125 JSONArray suggestions = results.getJSONArray(1); in query() local
172 JSONArray suggestions, JSONArray popularity) { in GoogleSuggestCursor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java64 public SuggestionsParams(String[] suggestions, int flags) { in SuggestionsParams()
91 final String[] suggestions, final int flags) { in putSuggestionsToCache()
348 final ArrayList<String> suggestions = new ArrayList<>(); in getResult() local
/packages/apps/Browser/src/com/android/browser/search/
DOpenSearchSearchEngine.java150 JSONArray suggestions = results.getJSONArray(1); in getSuggestions() local
218 public SuggestionsCursor(JSONArray suggestions, JSONArray descriptions) { in SuggestionsCursor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java108 private static String getWhitelistedWordOrNull(final ArrayList<SuggestedWordInfo> suggestions) { in getWhitelistedWordOrNull()
260 final String typedWord, final ArrayList<SuggestedWordInfo> suggestions) { in getSuggestionsInfoListWithDebugInfo()
DExpandableBinaryDictionary.java450 final ArrayList<SuggestedWordInfo> suggestions = in getSuggestions() local
DBinaryDictionary.java309 final ArrayList<SuggestedWordInfo> suggestions = new ArrayList<>(); in getSuggestions() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
DGeneralPrefsFragment.java173 final SearchRecentSuggestions suggestions = in onClick() local
/packages/apps/Calendar/src/com/android/calendar/
DSearchActivity.java214 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in search() local
DGeneralPreferences.java409 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(getActivity(), in onPreferenceTreeClick() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java305 SuggestionSpan[] suggestions; in helpTestGetSuggestionSpansAtWord() local
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java1489 private void assertSuggestions(long contactId, long... suggestions) { in assertSuggestions()
1496 private void assertSuggestions(long contactId, String filter, long... suggestions) { in assertSuggestions()
1503 private void assertSuggestions(Uri uri, long... suggestions) { in assertSuggestions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStringUtils.java113 public static void removeDupes(final ArrayList<String> suggestions) { in removeDupes()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1582 final ArrayList<String> suggestions = new ArrayList<>(); in revertCommit() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java293 AggregationSuggestionView.Listener listener, List<Suggestion> suggestions) { in AggregationSuggestionAdapter()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1141 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions", in matcher.addURI()
1143 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions/*", in matcher.addURI()