Searched refs:SHIM_PKG (Results 1 – 1 of 1) sorted by relevance
38 private static final String SHIM_PKG = "com.android.cts.priv.ctsshim"; field in PrivilegedUpdateTests80 getDevice().uninstallPackage(SHIM_PKG); in setUp()84 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in setUp()91 getDevice().uninstallPackage(SHIM_PKG); in tearDown()93 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in tearDown()97 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradeRestricted()116 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradePriorities()123 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradePriorities()128 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in testDisableSystemApp()130 getDevice().executeShellCommand("pm disable-user " + SHIM_PKG); in testDisableSystemApp()[all …]