Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DSplitScreenUtils.kt376 val pasteBtn = device.wait(Until.findObject(By.text("Paste")), TIMEOUT_MS) regex
377 assertNotNull("Unable to find the paste button", pasteBtn)
378 pasteBtn.click()