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.java56 private static final String OVERLAY_ANDROID_PACKAGE = "com.android.cts.overlay.android"; field in OverlayHostTest
182 getDevice().uninstallPackage(OVERLAY_ANDROID_PACKAGE);
183 assertFalse(getDevice().getInstalledPackageNames().contains(OVERLAY_ANDROID_PACKAGE));
189 assertFalse(getDevice().getInstalledPackageNames().contains(OVERLAY_ANDROID_PACKAGE));
193 .contains(" " + OVERLAY_ANDROID_PACKAGE + "\n"));
195 getDevice().uninstallPackage(OVERLAY_ANDROID_PACKAGE);