Loading services/tests/wmtests/src/com/android/server/wm/TrustedOverlayTests.java +7 −0 Original line number Diff line number Diff line Loading @@ -40,8 +40,10 @@ import android.view.WindowManager; import androidx.test.ext.junit.rules.ActivityScenarioRule; import androidx.test.platform.app.InstrumentationRegistry; import com.android.server.wm.utils.CommonUtils; import com.android.window.flags.Flags; import org.junit.After; import org.junit.Before; import org.junit.Rule; import org.junit.Test; Loading Loading @@ -77,6 +79,11 @@ public class TrustedOverlayTests { }); } @After public void tearDown() { CommonUtils.waitUntilActivityRemoved(mActivity); } @RequiresFlagsDisabled(Flags.FLAG_SURFACE_TRUSTED_OVERLAY) @Test public void setTrustedOverlayInputWindow() throws InterruptedException { Loading Loading
services/tests/wmtests/src/com/android/server/wm/TrustedOverlayTests.java +7 −0 Original line number Diff line number Diff line Loading @@ -40,8 +40,10 @@ import android.view.WindowManager; import androidx.test.ext.junit.rules.ActivityScenarioRule; import androidx.test.platform.app.InstrumentationRegistry; import com.android.server.wm.utils.CommonUtils; import com.android.window.flags.Flags; import org.junit.After; import org.junit.Before; import org.junit.Rule; import org.junit.Test; Loading Loading @@ -77,6 +79,11 @@ public class TrustedOverlayTests { }); } @After public void tearDown() { CommonUtils.waitUntilActivityRemoved(mActivity); } @RequiresFlagsDisabled(Flags.FLAG_SURFACE_TRUSTED_OVERLAY) @Test public void setTrustedOverlayInputWindow() throws InterruptedException { Loading