Searched refs:TARGET_PACKAGE (Results 1 – 3 of 3) sorted by relevance
50 private static final String TARGET_PACKAGE = "com.android.cts.overlay.target"; field in OverlayHostTest116 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));
49 private static final String TARGET_PACKAGE = field in ShortcutManagerThrottlingTest58 TARGET_PACKAGE + "/.ShortcutManagerThrottlingTestReceiver")); in callTest()71 runCommandForNoOutput(getInstrumentation(), "am force-stop " + TARGET_PACKAGE); in setUp() local
38 private static final String TARGET_PACKAGE = "com.android.cts.overlay.target"; field in OverlayableTest67 return InstrumentationRegistry.getTargetContext().createPackageContext(TARGET_PACKAGE, 0); in getTargetContext()