Home
last modified time | relevance | path

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

/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DGenericAppPermissionTests.java134 BySelector denySelctor = By.res(PACKAGE_INSTALLER, "permission_deny_button"); in testPermissionDialogDenyFlow() local
139 mDevice.wait(Until.findObject(denySelctor), pHelper.TIMEOUT).click(); in testPermissionDialogDenyFlow()
142 mDevice.wait(Until.findObject(denySelctor), pHelper.TIMEOUT).click(); in testPermissionDialogDenyFlow()
144 assertNull(mDevice.wait(Until.findObject(denySelctor), pHelper.TIMEOUT)); in testPermissionDialogDenyFlow()