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 OverlayHostTest119 getDevice().uninstallPackage(TARGET_PACKAGE);131 getDevice().uninstallPackage(TARGET_PACKAGE);140 getDevice().uninstallPackage(TARGET_PACKAGE);142 assertFalse(getDevice().getInstalledPackageNames().contains(TARGET_PACKAGE));154 getDevice().uninstallPackage(TARGET_PACKAGE);214 getDevice().uninstallPackage(TARGET_PACKAGE);216 assertFalse(getDevice().getInstalledPackageNames().contains(TARGET_PACKAGE));232 getDevice().uninstallPackage(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()