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.java41 private static final String SHIM_PKG = "com.android.cts.priv.ctsshim"; field in PrivilegedUpdateTests
83 getDevice().uninstallPackage(SHIM_PKG); in setUp()
87 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in setUp()
94 getDevice().uninstallPackage(SHIM_PKG); in tearDown()
96 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in tearDown()
100 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradeRestricted()
119 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradePrioritiesPreservedOnReboot()
130 getDevice().uninstallPackage(SHIM_PKG); in testPrivilegedAppUpgradePrioritiesPreservedOnReboot()
135 getDevice().executeShellCommand("pm enable " + SHIM_PKG); in testDisableSystemApp()
137 getDevice().executeShellCommand("pm disable-user " + SHIM_PKG); in testDisableSystemApp()
[all …]