Home
last modified time | relevance | path

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

/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
DTransactionTest.java19 import static com.android.overlaytest.OverlayBaseTest.APP_OVERLAY_ONE_PKG;
65 new OverlayIdentifier[]{APP_OVERLAY_ONE_PKG, APP_OVERLAY_TWO_PKG}); in setUp()
70 assertOverlayIsEnabled(APP_OVERLAY_ONE_PKG, false, mUserId); in testValidTransaction()
74 .setEnabled(APP_OVERLAY_ONE_PKG, true) in testValidTransaction()
79 assertOverlayIsEnabled(APP_OVERLAY_ONE_PKG, true, mUserId); in testValidTransaction()
84 assertEquals(ois.get(0).getOverlayIdentifier(), APP_OVERLAY_ONE_PKG); in testValidTransaction()
89 .setEnabled(APP_OVERLAY_ONE_PKG, true) in testValidTransaction()
93 assertOverlayIsEnabled(APP_OVERLAY_ONE_PKG, true, mUserId); in testValidTransaction()
99 assertEquals(ois2.get(1).getOverlayIdentifier(), APP_OVERLAY_ONE_PKG); in testValidTransaction()
106 assertOverlayIsEnabled(APP_OVERLAY_ONE_PKG, true, mUserId); in testValidTransaction()
[all …]
DWithMultipleOverlaysTest.java38 FRAMEWORK_OVERLAY_PKG, APP_OVERLAY_ONE_PKG, APP_OVERLAY_TWO_PKG in enableOverlay()
DWithOverlayTest.java37 new OverlayIdentifier[]{FRAMEWORK_OVERLAY_PKG, APP_OVERLAY_ONE_PKG}, in enableOverlays()
DWithoutOverlayTest.java39 FRAMEWORK_OVERLAY_PKG, APP_OVERLAY_ONE_PKG, APP_OVERLAY_TWO_PKG in disableOverlays()
DOverlayBaseTest.java64 static final OverlayIdentifier APP_OVERLAY_ONE_PKG = field in OverlayBaseTest