Home
last modified time | relevance | path

Searched refs:mTranslucentActivityTestRule (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleTests.java102 mTranslucentActivityTestRule.launchActivity(new Intent()); in testLaunchTranslucentOnTop()
118 mTranslucentActivityTestRule.launchActivity(new Intent()); in testLaunchDoubleTranslucentOnTop()
152 mTranslucentActivityTestRule.launchActivity(new Intent()); in testTranslucentMovedIntoStack()
180 mTranslucentActivityTestRule.launchActivity(new Intent()); in testDestroyTopTranslucent()
186 mTranslucentActivityTestRule.finishActivity(); in testDestroyTopTranslucent()
206 mTranslucentActivityTestRule.launchActivity(new Intent()); in testDestroyOnTopOfTranslucent()
246 mTranslucentActivityTestRule.launchActivity(new Intent()); in testDestroyDoubleTranslucentOnTop()
302 mTranslucentActivityTestRule.launchActivity(new Intent()); in testRelaunchPaused()
340 mTranslucentActivityTestRule.launchActivity(new Intent()); in testRelaunchConfigurationChangedWhileBecomingVisible()
504 mTranslucentActivityTestRule.launchActivity(new Intent()); in testOnPostCreateAfterRecreateInOnPause()
[all …]
DActivityLifecycleSplitScreenTests.java181 final Activity translucentActivity = mTranslucentActivityTestRule.launchActivity( in testTranslucentMovedBetweenStacks()
306 mTranslucentActivityTestRule.launchActivity(new Intent()); in testResumedTranslucentWhenRestartedFromInNonFocusedStack()
DActivityLifecycleFreeformTests.java193 final Activity transparentActivity = mTranslucentActivityTestRule in testLaunchTranslucentInFreeform()
DActivityLifecycleClientTestBase.java79 final ActivityTestRule mTranslucentActivityTestRule = new ActivityTestRule<>( field in ActivityLifecycleClientTestBase