Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/uninstall/src/android/packageinstaller/uninstall/cts/
DArchiveTest.java229 UiObject2 clickableView = mUiDevice.findObject(By.res(SYSTEM_PACKAGE_NAME, "button1")); in requestArchive_confirmationDialog() local
284 UiObject2 clickableView = mUiDevice.findObject(By.res(SYSTEM_PACKAGE_NAME, "button1")); in unarchiveApp_weakPermissions() local
366 UiObject2 clickableView = mUiDevice.findObject(By.res(SYSTEM_PACKAGE_NAME, "button1")); in startUnarchival_permissionDialog() local
410 UiObject2 clickableView = mUiDevice.findObject(By.text("OK")); in startUnarchival_errorDialog() local
DUninstallTest.java303 UiObject2 clickableView = mUiDevice.findObject(By.focusable(true) in clickInstallerButton() local
316 UiObject2 clickableView = mUiDevice.wait(Until.findObject(By.text("OK")), 1000); in clickInstallerButton() local