Searched refs:mActivityTestRule (Results 1 – 3 of 3) sorted by relevance
86 private final ActivityTestRule<TestActivity> mActivityTestRule = field in ActivityThreadTest92 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testDoubleRelaunch()102 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testResumeAfterRelaunch()113 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testRepeatedResume()130 final Activity activity = mActivityTestRule.launchActivity(initIntent); in testCustomIntentPreservedOnRelaunch()157 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged()168 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivity_assetsChanged()196 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged_DropStaleConfigurations()214 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged_ApplyNewConfigurations()232 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged_SkipWhenNewerConfigurationPending()[all …]
54 public ActivityTestRule<TestActivity> mActivityTestRule = new ActivityTestRule<>( field in GlobalActionsImeTest69 final TestActivity activity = mActivityTestRule.launchActivity(null); in testGlobalActions_doesntStealImeControl()
88 private final ActivityTestRule<EmptyLayoutActivity> mActivityTestRule = field in AssistStructureTest95 mActivity = mActivityTestRule.launchActivity(null); in setup()