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

public class WithOverlayTest extends OverlayBaseTest {
    public WithOverlayTest() {
        mWithOverlay = true;
    }
}