Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java75 private static final String DECLARE_PERMISSION_PKG = "com.android.cts.permissiondeclareapp"; field in AppSecurityTests
242 getDevice().uninstallPackage(DECLARE_PERMISSION_PKG); in testPermissionDiffCert()
252 enableAlertWindowAppOp(DECLARE_PERMISSION_PKG); in testPermissionDiffCert()
256 getDevice().uninstallPackage(DECLARE_PERMISSION_PKG); in testPermissionDiffCert()
273 getDevice().uninstallPackage(DECLARE_PERMISSION_PKG); in testCrossPackageDiffCertSetInstaller()
282 enableAlertWindowAppOp(DECLARE_PERMISSION_PKG); in testCrossPackageDiffCertSetInstaller()
285 runCrossPackageInstallerDeviceTest(DECLARE_PERMISSION_PKG, "takeInstaller"); in testCrossPackageDiffCertSetInstaller()
287 runCrossPackageInstallerDeviceTest(DECLARE_PERMISSION_PKG, "clearInstaller"); in testCrossPackageDiffCertSetInstaller()
290 getDevice().uninstallPackage(DECLARE_PERMISSION_PKG); in testCrossPackageDiffCertSetInstaller()
317 enableAlertWindowAppOp(DECLARE_PERMISSION_PKG); in rebootWithDuplicatePermission()
[all …]