Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DSuggestionsPopupWindowTest.java106 assertSuggestionsPopupIsDisplayed(); in testOnTextContextMenuItem()
128 assertSuggestionsPopupIsDisplayed(); in testSelectionActionMode()
150 assertSuggestionsPopupIsDisplayed(); in testInsertionActionMode()
157 assertSuggestionsPopupIsDisplayed(); in showSuggestionsPopup()
173 assertSuggestionsPopupIsDisplayed(); in testSuggestionItems()
185 assertSuggestionsPopupIsDisplayed(); in testSuggestionItems()
211 assertSuggestionsPopupIsDisplayed(); in testMisspelled()
239 assertSuggestionsPopupIsDisplayed(); in testEasyCorrect()
254 assertSuggestionsPopupIsDisplayed(); in testEasyCorrect()
376 assertSuggestionsPopupIsDisplayed(); in testCursorVisibility()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DSuggestionsPopupwindowUtils.java61 public static void assertSuggestionsPopupIsDisplayed() { in assertSuggestionsPopupIsDisplayed() method in SuggestionsPopupwindowUtils