Searched refs:actualSuggestions (Results 1 – 2 of 2) sorted by relevance
97 final String[] actualSuggestions = suggestionSpan.getSuggestions(); in assertSuggestionSpan() local98 assertEquals(expectedSuggestions.length, actualSuggestions.length); in assertSuggestionSpan()100 assertEquals(expectedSuggestions[i], actualSuggestions[i]); in assertSuggestionSpan()
3672 Set<WifiNetworkSuggestion> actualSuggestions = actualExtSuggestions.stream() in assertSuggestionsEquals() local3675 assertEquals(expectedSuggestions, actualSuggestions); in assertSuggestionsEquals()