Searched refs:mTranslucentActivityTestRule (Results 1 – 4 of 4) sorted by relevance
102 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 …]
181 final Activity translucentActivity = mTranslucentActivityTestRule.launchActivity( in testTranslucentMovedBetweenStacks()306 mTranslucentActivityTestRule.launchActivity(new Intent()); in testResumedTranslucentWhenRestartedFromInNonFocusedStack()
193 final Activity transparentActivity = mTranslucentActivityTestRule in testLaunchTranslucentInFreeform()
79 final ActivityTestRule mTranslucentActivityTestRule = new ActivityTestRule<>( field in ActivityLifecycleClientTestBase