Home
last modified time | relevance | path

Searched refs:copyBtn (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.kt363 val copyBtn = device.wait(Until.findObject(By.text("Copy")), TIMEOUT_MS) regex
364 assertNotNull("Unable to find the copy button", copyBtn)
365 copyBtn.click()