summaryrefslogtreecommitdiffstats
path: root/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/WithoutOverlayTest.java
blob: 630ff8fa83bb4da06f95681296d9b822068453f4 (plain)
1
2
3
4
5
6
7
package com.android.overlaytest;

public class WithoutOverlayTest extends OverlayBaseTest {
    public WithoutOverlayTest() {
        mWithOverlay = false;
    }
}