Searched refs:SecondTranslucentActivity (Results 1 – 2 of 2) sorted by relevance
155 launchActivityAndWait(SecondTranslucentActivity.class); in testLaunchDoubleTranslucentOnTop()168 assertResumeToDestroySequence(SecondTranslucentActivity.class, getTransitionLog()); in testLaunchDoubleTranslucentOnTop()277 launchActivityAndWait(SecondTranslucentActivity.class); in testDestroyDoubleTranslucentOnTop()287 assertResumeToDestroySequence(SecondTranslucentActivity.class, in testDestroyDoubleTranslucentOnTop()
367 public static class SecondTranslucentActivity extends LifecycleTrackingActivity { class in ActivityLifecycleClientTestBase