Home
last modified time | relevance | path

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

/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DTransactionTest.java20 import static com.android.overlaytest.OverlayBaseTest.APP_OVERLAY_TWO_PKG;
65 new OverlayIdentifier[]{APP_OVERLAY_ONE_PKG, APP_OVERLAY_TWO_PKG}); in setUp()
71 assertOverlayIsEnabled(APP_OVERLAY_TWO_PKG, false, mUserId); in testValidTransaction()
75 .setEnabled(APP_OVERLAY_TWO_PKG, true) in testValidTransaction()
80 assertOverlayIsEnabled(APP_OVERLAY_TWO_PKG, true, mUserId); in testValidTransaction()
85 assertEquals(ois.get(1).getOverlayIdentifier(), APP_OVERLAY_TWO_PKG); in testValidTransaction()
88 .setEnabled(APP_OVERLAY_TWO_PKG, true) in testValidTransaction()
94 assertOverlayIsEnabled(APP_OVERLAY_TWO_PKG, true, mUserId); in testValidTransaction()
98 assertEquals(ois2.get(0).getOverlayIdentifier(), APP_OVERLAY_TWO_PKG); in testValidTransaction()
102 .setEnabled(APP_OVERLAY_TWO_PKG, false) in testValidTransaction()
[all …]
DWithMultipleOverlaysTest.java38 FRAMEWORK_OVERLAY_PKG, APP_OVERLAY_ONE_PKG, APP_OVERLAY_TWO_PKG in enableOverlay()
DWithOverlayTest.java38 new OverlayIdentifier[]{APP_OVERLAY_TWO_PKG}); in enableOverlays()
DWithoutOverlayTest.java39 FRAMEWORK_OVERLAY_PKG, APP_OVERLAY_ONE_PKG, APP_OVERLAY_TWO_PKG in disableOverlays()
DOverlayBaseTest.java66 static final OverlayIdentifier APP_OVERLAY_TWO_PKG = field in OverlayBaseTest