Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DOverlayHostTest.java51 private static final String TARGET_PACKAGE = "com.android.cts.overlay.target"; field in OverlayHostTest
120 getDevice().uninstallPackage(TARGET_PACKAGE);
132 getDevice().uninstallPackage(TARGET_PACKAGE);
141 getDevice().uninstallPackage(TARGET_PACKAGE);
143 assertFalse(getDevice().getInstalledPackageNames().contains(TARGET_PACKAGE));
155 getDevice().uninstallPackage(TARGET_PACKAGE);
215 getDevice().uninstallPackage(TARGET_PACKAGE);
217 assertFalse(getDevice().getInstalledPackageNames().contains(TARGET_PACKAGE));
233 getDevice().uninstallPackage(TARGET_PACKAGE);
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerThrottlingTest.java49 private static final String TARGET_PACKAGE = field in ShortcutManagerThrottlingTest
58 TARGET_PACKAGE + "/.ShortcutManagerThrottlingTestReceiver")); in callTest()
71 runCommandForNoOutput(getInstrumentation(), "am force-stop " + TARGET_PACKAGE); in setUp() local
/cts/hostsidetests/appsecurity/test-apps/rro/OverlayApp/src/com/android/cts/overlay/app/
DOverlayableTest.java40 private static final String TARGET_PACKAGE = "com.android.cts.overlay.target"; field in OverlayableTest
69 return InstrumentationRegistry.getTargetContext().createPackageContext(TARGET_PACKAGE, 0); in getTargetContext()