Searched defs:suggestions (Results 1 – 10 of 10) sorted by relevance
54 final String[] suggestions = new String[] {"suggestion1", "suggestion2"}; in testConstructorWithContext() local71 final String[] suggestions = new String[]{"suggestion1", "suggestion2"}; in testGetSuggestionSpans() local84 final String[] suggestions = new String[0]; in testGetSuggestionSpans_emptySuggestions() local98 final String[] suggestions = new String[]{"suggestion", null}; in testGetSuggestionSpans_suggestionsWithNullValue() local230 final String[] suggestions = new String[]{"suggestion1", "suggestion2"}; in testDoesntAffectWidth() local256 final String[] suggestions = new String[0]; in testGetUnderlineColor_NoUnderline() local263 final String[] suggestions = new String[0]; in testGetUnderlineColor_EasyCorrectUnderline() local271 final String[] suggestions = new String[0]; in testGetUnderlineColor_MisspelledUnderline() local279 final String[] suggestions = new String[0]; in testGetUnderlineColor_AutoCorrectionUnderline() local
28 public Suggestions suggestions() { in suggestions() method in Content
41 final SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in onCreate() local
42 final SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in onCreate() local
443 List<String> suggestions = new ArrayList<>(ImmutableList.of("testOne", "testTwo")); in refreshAutoCompleteResults_addItem() local474 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_removeItem() local504 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_threshold_changeText() local541 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_changeThreshold() local577 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_dropDownAlwaysVisible() local598 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_dropDownNotAlwaysVisible() local619 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_popupCanBeUpdated() local640 List<String> suggestions = new ArrayList<>(ImmutableList.of("testOne", "testTwo")); in refreshAutoCompleteResults() local
28 repeated string suggestions = 3; field
115 val suggestions = if (prefix != null) { in suggestionsInfo() constant
44 final SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in onCreate() local
7874 List<SearchSuggestionResult> suggestions = in testSearchSuggestion() local7938 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_namespaceFilter() local8028 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_documentIdFilter() local8141 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_schemaFilter() local8231 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_differentPrefix() local8296 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_differentRankingStrategy() local8376 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_removeDocument() local8436 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_replacementDocument() local8499 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_twoInstances() local8553 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_multipleTerms() local[all …]
462 val suggestions: Array<SentenceSuggestionsInfo>? = in <lambda>() constant