Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/style/cts/
DSuggestionSpanTest.java54 final String[] suggestions = new String[] {"suggestion1", "suggestion2"}; in testConstructorWithContext() local
71 final String[] suggestions = new String[]{"suggestion1", "suggestion2"}; in testGetSuggestionSpans() local
84 final String[] suggestions = new String[0]; in testGetSuggestionSpans_emptySuggestions() local
98 final String[] suggestions = new String[]{"suggestion", null}; in testGetSuggestionSpans_suggestionsWithNullValue() local
230 final String[] suggestions = new String[]{"suggestion1", "suggestion2"}; in testDoesntAffectWidth() local
256 final String[] suggestions = new String[0]; in testGetUnderlineColor_NoUnderline() local
263 final String[] suggestions = new String[0]; in testGetUnderlineColor_EasyCorrectUnderline() local
271 final String[] suggestions = new String[0]; in testGetUnderlineColor_MisspelledUnderline() local
279 final String[] suggestions = new String[0]; in testGetUnderlineColor_AutoCorrectionUnderline() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/content/
DContent.java28 public Suggestions suggestions() { in suggestions() method in Content
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp2/src/com/android/cts/ephemeralapp2/
DEphemeralActivity.java41 final SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in onCreate() local
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralActivity.java42 final SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in onCreate() local
/cts/tests/tests/widget/src/android/widget/cts/
DAutoCompleteTextViewTest.java443 List<String> suggestions = new ArrayList<>(ImmutableList.of("testOne", "testTwo")); in refreshAutoCompleteResults_addItem() local
474 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_removeItem() local
504 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_threshold_changeText() local
541 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_changeThreshold() local
577 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_dropDownAlwaysVisible() local
598 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_dropDownNotAlwaysVisible() local
619 List<String> suggestions = new ArrayList<>( in refreshAutoCompleteResults_popupCanBeUpdated() local
640 List<String> suggestions = new ArrayList<>(ImmutableList.of("testOne", "testTwo")); in refreshAutoCompleteResults() local
/cts/tests/inputmethod/mockspellchecker/src/com/android/cts/mockspellchecker/
Dmockspellchecker.proto28 repeated string suggestions = 3; field
DMockSpellChecker.kt115 val suggestions = if (prefix != null) { in suggestionsInfo() constant
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DNormalActivity.java44 final SearchRecentSuggestions suggestions = new SearchRecentSuggestions(this, in onCreate() local
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DAppSearchSessionCtsTestBase.java7874 List<SearchSuggestionResult> suggestions = in testSearchSuggestion() local
7938 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_namespaceFilter() local
8028 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_documentIdFilter() local
8141 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_schemaFilter() local
8231 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_differentPrefix() local
8296 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_differentRankingStrategy() local
8376 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_removeDocument() local
8436 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_replacementDocument() local
8499 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_twoInstances() local
8553 List<SearchSuggestionResult> suggestions = in testSearchSuggestion_multipleTerms() local
[all …]
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DSpellCheckerTest.kt462 val suggestions: Array<SentenceSuggestionsInfo>? = in <lambda>() constant