Home
last modified time | relevance | path

Searched defs:expectedSuggestions (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
H A DSuggestionSpanUtilsTest.java81 final String[] expectedSuggestions, @Nullable final Locale expectedLocale, in assertSuggestionSpan()
199 final ArrayList<String> expectedSuggestions = new ArrayList<>(); in testGetTextWithSuggestionSpan() local
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNetworkSuggestionsManagerTest.java3668 private void assertSuggestionsEquals(Set<WifiNetworkSuggestion> expectedSuggestions, in assertSuggestionsEquals()