Home
last modified time | relevance | path

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

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