Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DSuggestionsPopupWindowTest.java25 …rt static android.widget.espresso.SuggestionsPopupwindowUtils.assertSuggestionsPopupIsNotDisplayed;
181 assertSuggestionsPopupIsNotDisplayed(); in testSuggestionItems()
194 assertSuggestionsPopupIsNotDisplayed(); in testSuggestionItems()
247 assertSuggestionsPopupIsNotDisplayed(); in testEasyCorrect()
251 assertSuggestionsPopupIsNotDisplayed(); in testEasyCorrect()
383 assertSuggestionsPopupIsNotDisplayed(); in testCursorVisibility()
410 assertSuggestionsPopupIsNotDisplayed(); in testCursorVisibilityWhenImeConsumesInput()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DSuggestionsPopupwindowUtils.java70 public static void assertSuggestionsPopupIsNotDisplayed() { in assertSuggestionsPopupIsNotDisplayed() method in SuggestionsPopupwindowUtils