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.java50 private static final String TARGET_PACKAGE = "com.android.cts.overlay.target"; field in OverlayHostTest
116 getDevice().uninstallPackage(TARGET_PACKAGE);
128 getDevice().uninstallPackage(TARGET_PACKAGE);
137 getDevice().uninstallPackage(TARGET_PACKAGE);
139 assertFalse(getDevice().getInstalledPackageNames().contains(TARGET_PACKAGE));
151 getDevice().uninstallPackage(TARGET_PACKAGE);
211 getDevice().uninstallPackage(TARGET_PACKAGE);
213 assertFalse(getDevice().getInstalledPackageNames().contains(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.java38 private static final String TARGET_PACKAGE = "com.android.cts.overlay.target"; field in OverlayableTest
67 return InstrumentationRegistry.getTargetContext().createPackageContext(TARGET_PACKAGE, 0); in getTargetContext()