Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DOverlayHostTest.java52 private static final String OVERLAY_ANDROID_PACKAGE = "com.android.cts.overlay.android"; field in OverlayHostTest
167 getDevice().uninstallPackage(OVERLAY_ANDROID_PACKAGE);
168 assertFalse(getDevice().getInstalledPackageNames().contains(OVERLAY_ANDROID_PACKAGE));
174 assertFalse(getDevice().getInstalledPackageNames().contains(OVERLAY_ANDROID_PACKAGE));
178 .contains(" " + OVERLAY_ANDROID_PACKAGE + "\n"));
180 getDevice().uninstallPackage(OVERLAY_ANDROID_PACKAGE);