Home | History | Annotate | Download | only in overlaytest
      1 package com.android.overlaytest;
      2 
      3 public class WithOverlayTest extends OverlayBaseTest {
      4     public WithOverlayTest() {
      5         mWithOverlay = true;
      6     }
      7 }
      8