Searched refs:expectedSuggestions (Results 1 – 2 of 2) sorted by relevance
81 final String[] expectedSuggestions, @Nullable final Locale expectedLocale, in assertSuggestionSpan() argument96 if (expectedSuggestions != null) { in assertSuggestionSpan()98 assertEquals(expectedSuggestions.length, actualSuggestions.length); in assertSuggestionSpan()99 for (int i = 0; i < expectedSuggestions.length; ++i) { in assertSuggestionSpan()100 assertEquals(expectedSuggestions[i], actualSuggestions[i]); in assertSuggestionSpan()199 final ArrayList<String> expectedSuggestions = new ArrayList<>(); in testGetTextWithSuggestionSpan() local201 if (expectedSuggestions.size() >= SuggestionSpan.SUGGESTIONS_MAX_SIZE) { in testGetTextWithSuggestionSpan()213 expectedSuggestions.add(suggestedWord); in testGetTextWithSuggestionSpan()221 expectedSuggestions.toArray(new String[expectedSuggestions.size()]), in testGetTextWithSuggestionSpan()231 expectedSuggestions.toArray(new String[expectedSuggestions.size()]), in testGetTextWithSuggestionSpan()
3670 private void assertSuggestionsEquals(Set<WifiNetworkSuggestion> expectedSuggestions, in assertSuggestionsEquals() argument3675 assertEquals(expectedSuggestions, actualSuggestions); in assertSuggestionsEquals()