Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java128 mSecondTranslucentActivityTestRule.launchActivity(new Intent()); in testLaunchDoubleTranslucentOnTop()
248 mSecondTranslucentActivityTestRule.launchActivity(new Intent()); in testDestroyDoubleTranslucentOnTop()
DActivityLifecycleClientTestBase.java82 final ActivityTestRule mSecondTranslucentActivityTestRule = new ActivityTestRule<>( field in ActivityLifecycleClientTestBase