Home
last modified time | relevance | path

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

/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DGenericAppPermissionTests.java133 BySelector dontAskChkSelector = By.res(PACKAGE_INSTALLER, "do_not_ask_checkbox"); in testPermissionDialogDenyFlow() local
137 UiObject2 dontAskChk = mDevice.wait(Until.findObject(dontAskChkSelector), pHelper.TIMEOUT); in testPermissionDialogDenyFlow()
141 mDevice.wait(Until.findObject(dontAskChkSelector), pHelper.TIMEOUT).click(); in testPermissionDialogDenyFlow()