Searched refs:APP_OVERLAY_TWO_PKG (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/ |
D | TransactionTest.java | 20 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 …]
|
D | WithMultipleOverlaysTest.java | 38 FRAMEWORK_OVERLAY_PKG, APP_OVERLAY_ONE_PKG, APP_OVERLAY_TWO_PKG in enableOverlay()
|
D | WithOverlayTest.java | 38 new OverlayIdentifier[]{APP_OVERLAY_TWO_PKG}); in enableOverlays()
|
D | WithoutOverlayTest.java | 39 FRAMEWORK_OVERLAY_PKG, APP_OVERLAY_ONE_PKG, APP_OVERLAY_TWO_PKG in disableOverlays()
|
D | OverlayBaseTest.java | 66 static final OverlayIdentifier APP_OVERLAY_TWO_PKG = field in OverlayBaseTest
|