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

public class WithOverlayTest extends OverlayBaseTest {
    public WithOverlayTest() {
        mMode = MODE_SINGLE_OVERLAY;
    }
}