Home
last modified time | relevance | path

Searched refs:SecondTranslucentActivity (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java129 launchActivityAndWait(SecondTranslucentActivity.class); in testLaunchDoubleTranslucentOnTop()
142 LifecycleVerifier.assertResumeToDestroySequence(SecondTranslucentActivity.class, in testLaunchDoubleTranslucentOnTop()
242 launchActivityAndWait(SecondTranslucentActivity.class); in testDestroyDoubleTranslucentOnTop()
252 LifecycleVerifier.assertResumeToDestroySequence(SecondTranslucentActivity.class, in testDestroyDoubleTranslucentOnTop()
DActivityLifecycleClientTestBase.java462 public static class SecondTranslucentActivity extends LifecycleTrackingActivity { class in ActivityLifecycleClientTestBase