Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DInlineUiBot.java76 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in selectSuggestion() local
91 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in longPressSuggestion() local
107 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in assertSuggestion() local
116 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in assertNoSuggestion() local
125 final UiObject2 strip = findSuggestionStrip(UI_TIMEOUT); in scrollSuggestionView() local
130 final UiObject2 strip = waitForObject(By.text(text), UI_TIMEOUT); in assertTooltipShowing() local
DCannedAugmentedFillResponse.java122 final Area strip = presentationParams.getSuggestionArea(); in asFillResponse() local