Home
last modified time | relevance | path

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

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
DAndroidSpellCheckerServiceTest.java37 final String[] suggestions = span.getSuggestions(); in testSpellchecker() local
71 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.java67 public SuggestionsParams(String[] suggestions, int flags) { in SuggestionsParams()
87 final String query, final String[] suggestions, final int flags) { in putSuggestionsToCache()
345 final ArrayList<String> suggestions = new ArrayList<>(); in getResult() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java138 private static SuggestedWordInfo getWhitelistedWordInfoOrNull( in getWhitelistedWordInfoOrNull()
349 final String typedWord, final ArrayList<SuggestedWordInfo> suggestions) { in getSuggestionsInfoListWithDebugInfo()
DExpandableBinaryDictionary.java442 final ArrayList<SuggestedWordInfo> suggestions = in getSuggestions() local
DBinaryDictionary.java321 final ArrayList<SuggestedWordInfo> suggestions = new ArrayList<>(); in getSuggestions() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
DGeneralPrefsFragment.java169 final SuggestionsProvider suggestions = in onClick() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java222 final String[] suggestions = new String[] {"Quality", "Speed", "Price"}; in testFindFirstLocaleFromSuggestionSpans() local
/packages/apps/Settings/src/com/android/settings/dashboard/
DDashboardAdapter.java96 public void setSuggestions(List<Tile> suggestions) { in setSuggestions()
DDashboardSummary.java234 List<Tile> suggestions = mSuggestionParser.getSuggestions(); in doInBackground() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java307 SuggestionSpan[] suggestions; in helpTestGetSuggestionSpansAtWord() 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/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregator2Test.java1871 private void assertSuggestions(long contactId, long... suggestions) { in assertSuggestions()
1878 private void assertSuggestions(long contactId, String filter, long... suggestions) { in assertSuggestions()
1885 private void assertSuggestions(Uri uri, long... suggestions) { in assertSuggestions()
DContactAggregatorTest.java1748 private void assertSuggestions(long contactId, long... suggestions) { in assertSuggestions()
1755 private void assertSuggestions(long contactId, String filter, long... suggestions) { in assertSuggestions()
1762 private void assertSuggestions(Uri uri, long... suggestions) { in assertSuggestions()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java179 public static void removeDupes(@Nonnull final ArrayList<String> suggestions) { in removeDupes()

12