Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPrivilegedUpdateTests.java39 private static final String SHIM_PKG = "com.android.cts.priv.ctsshim"; field in PrivilegedUpdateTests
81 getDevice().uninstallPackage(SHIM_PKG); in setUp()
85 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in setUp()
92 getDevice().uninstallPackage(SHIM_PKG); in tearDown()
94 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in tearDown()
98 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradeRestricted()
117 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradePrioritiesPreservedOnReboot()
128 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradePrioritiesPreservedOnReboot()
133 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in testDisableSystemApp()
135 getDevice().executeShellCommand("pm disable-user " + SHIM_PKG); in testDisableSystemApp()
[all …]