Searched refs:mSingleTopActivityTestRule (Results 1 – 3 of 3) sorted by relevance
103 final Activity topActivity = mSingleTopActivityTestRule.launchActivity(new Intent()); in testTopPositionSwitchToActivityOnTop()313 final Activity secondActivity = mSingleTopActivityTestRule.launchActivity( in testTopPositionSwitchToAnotherVisibleActivity()340 final Activity secondActivity = mSingleTopActivityTestRule.launchActivity( in testTopPositionSwitchBetweenVisibleActivities()378 final Activity firstActivity = mSingleTopActivityTestRule.launchActivity(new Intent()); in testTopPositionNewIntent()396 final Activity singleTopActivity = mSingleTopActivityTestRule.launchActivity(new Intent()); in testTopPositionNewIntentForStopped()429 final Activity singleTopActivity = mSingleTopActivityTestRule.launchActivity(new Intent()); in testTopPositionNewIntentForPaused()486 final Activity secondActivity = mSingleTopActivityTestRule.launchActivity( in testTopPositionSwitchOnTap()
599 Activity recreatingActivity = mSingleTopActivityTestRule.launchActivity(new Intent()); in testLocalRecreate()642 mSingleTopActivityTestRule.launchActivity(new Intent()); in testOnNewIntent()667 mSingleTopActivityTestRule.launchActivity(new Intent()); in testOnNewIntentFromHidden()707 mSingleTopActivityTestRule.launchActivity(new Intent()); in testOnNewIntentFromPaused()
101 final ActivityTestRule mSingleTopActivityTestRule = new ActivityTestRule<>( field in ActivityLifecycleClientTestBase