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/activity/lifecycle/
DActivityLifecycleTests.java155 launchActivityAndWait(SecondTranslucentActivity.class); in testLaunchDoubleTranslucentOnTop()
168 assertResumeToDestroySequence(SecondTranslucentActivity.class, getTransitionLog()); in testLaunchDoubleTranslucentOnTop()
277 launchActivityAndWait(SecondTranslucentActivity.class); in testDestroyDoubleTranslucentOnTop()
287 assertResumeToDestroySequence(SecondTranslucentActivity.class, in testDestroyDoubleTranslucentOnTop()
DActivityLifecycleClientTestBase.java367 public static class SecondTranslucentActivity extends LifecycleTrackingActivity { class in ActivityLifecycleClientTestBase