Home
last modified time | relevance | path

Searched refs:actualSuggestions (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DSuggestionSpanUtilsTest.java97 final String[] actualSuggestions = suggestionSpan.getSuggestions(); in assertSuggestionSpan() local
98 assertEquals(expectedSuggestions.length, actualSuggestions.length); in assertSuggestionSpan()
100 assertEquals(expectedSuggestions[i], actualSuggestions[i]); in assertSuggestionSpan()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java3672 Set<WifiNetworkSuggestion> actualSuggestions = actualExtSuggestions.stream() in assertSuggestionsEquals() local
3675 assertEquals(expectedSuggestions, actualSuggestions); in assertSuggestionsEquals()