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.java38 private static final String SHIM_PKG = "com.android.cts.priv.ctsshim"; field in PrivilegedUpdateTests
80 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 …]