Home
last modified time | relevance | path

Searched defs:uninstallPackage (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DShellCommandUtils.java115 public static String uninstallPackage(String packageName) { in uninstallPackage() method in ShellCommandUtils
125 public static String uninstallPackage(String packageName, int userId) { in uninstallPackage() method in ShellCommandUtils
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java57 private void uninstallPackage(String packageName, boolean shouldSucceed) in uninstallPackage() method in TvInputManagerHostTest
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideNetworkTestCase.java86 protected void uninstallPackage(String packageName, boolean shouldSucceed) in uninstallPackage() method in HostsideNetworkTestCase
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java99 protected void uninstallPackage(String packageName, boolean shouldSucceed) in uninstallPackage() method in CompatChangeGatingTestCase
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DDeviceAtomTestCase.java187 protected void uninstallPackage() throws Exception{ in uninstallPackage() method in DeviceAtomTestCase
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java889 private String uninstallPackage() throws DeviceNotAvailableException { in uninstallPackage() method in PkgInstallSignatureVerificationTest
/cts/tests/tests/role/src/android/app/role/cts/
DRoleManagerTest.java382 private void uninstallPackage(@NonNull String packageName) { in uninstallPackage() method in RoleManagerTest