/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/ |
D | AndroidSpellCheckerServiceTest.java | 37 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/ |
D | DelayingSuggestionsAdapter.java | 52 public void setSuggestions(Suggestions suggestions) { in setSuggestions() 72 private boolean shouldPublish(Suggestions suggestions) { in shouldPublish() 81 private void setPendingSuggestions(Suggestions suggestions) { in setPendingSuggestions()
|
D | SuggestionsAdapter.java | 47 void setSuggestions(Suggestions suggestions); in setSuggestions()
|
D | SuggestionsAdapterBase.java | 85 public void setSuggestions(Suggestions suggestions) { in setSuggestions() 151 protected View getView(SuggestionCursor suggestions, int position, long suggestionId, in getView()
|
D | SearchActivityView.java | 201 public void setSuggestions(Suggestions suggestions) { in setSuggestions() 349 private CompletionInfo[] webSuggestionsToCompletions(Suggestions suggestions) { in webSuggestionsToCompletions()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SuggestionsProviderImpl.java | 63 final Suggestions suggestions = new Suggestions(query, sourceToQuery); in getSuggestions() local 95 public SuggestionCursorReceiver(Suggestions suggestions) { in SuggestionCursorReceiver()
|
D | SearchActivity.java | 378 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()
|
D | EventLogLogger.java | 70 String suggestions = getSuggestions(suggestionCursor); in logSuggestionClick() local 88 String suggestions = getSuggestions(suggestionCursor); in logExit() local
|
D | ListSuggestionCursor.java | 48 public ListSuggestionCursor(String userQuery, Suggestion...suggestions) { in ListSuggestionCursor()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | SuggestionCursorUtil.java | 34 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/ |
D | GoogleSuggestClient.java | 125 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/ |
D | AndroidWordLevelSpellCheckerSession.java | 64 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/ |
D | OpenSearchSearchEngine.java | 150 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/ |
D | Suggest.java | 108 private static String getWhitelistedWordOrNull(final ArrayList<SuggestedWordInfo> suggestions) { in getWhitelistedWordOrNull() 260 final String typedWord, final ArrayList<SuggestedWordInfo> suggestions) { in getSuggestionsInfoListWithDebugInfo()
|
D | ExpandableBinaryDictionary.java | 450 final ArrayList<SuggestedWordInfo> suggestions = in getSuggestions() local
|
D | BinaryDictionary.java | 309 final ArrayList<SuggestedWordInfo> suggestions = new ArrayList<>(); in getSuggestions() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/ |
D | GeneralPrefsFragment.java | 173 final SearchRecentSuggestions suggestions = in onClick() local
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | SearchActivity.java | 214 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in search() local
|
D | GeneralPreferences.java | 409 SearchRecentSuggestions suggestions = new SearchRecentSuggestions(getActivity(), in onPreferenceTreeClick() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | RichInputConnectionAndTextRangeTests.java | 305 SuggestionSpan[] suggestions; in helpTestGetSuggestionSpansAtWord() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1489 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/ |
D | StringUtils.java | 113 public static void removeDupes(final ArrayList<String> suggestions) { in removeDupes()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/ |
D | InputLogic.java | 1582 final ArrayList<String> suggestions = new ArrayList<>(); in revertCommit() local
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 293 AggregationSuggestionView.Listener listener, List<Suggestion> suggestions) { in AggregationSuggestionAdapter()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 1141 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions", in matcher.addURI() 1143 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions/*", in matcher.addURI()
|