Home
last modified time | relevance | path

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

/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DGenericAppPermissionTests.java39 protected final String PACKAGE_INSTALLER = "com.android.packageinstaller"; field in GenericAppPermissionTests
118 By.res(PACKAGE_INSTALLER, "permission_allow_button")), pHelper.TIMEOUT).click(); in testPermissionDialogAllow()
133 BySelector dontAskChkSelector = By.res(PACKAGE_INSTALLER, "do_not_ask_checkbox"); in testPermissionDialogDenyFlow()
134 BySelector denySelctor = By.res(PACKAGE_INSTALLER, "permission_deny_button"); in testPermissionDialogDenyFlow()