Home
last modified time | relevance | path

Searched refs:mActivityTestRule (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DActivityThreadTest.java99 public final ActivityTestRule<TestActivity> mActivityTestRule = field in ActivityThreadTest
120 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testDoubleRelaunch()
130 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testResumeAfterRelaunch()
141 final Activity activity = mActivityTestRule.launchActivity(new Intent()); in testRepeatedResume()
159 final Activity activity = mActivityTestRule.launchActivity(initIntent); in testCustomIntentPreservedOnRelaunch()
186 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testOverrideScale()
280 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged()
295 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in relaunchActivityAndAssertPreserveWindow()
322 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged_DropStaleConfigurations()
340 final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); in testHandleActivityConfigurationChanged_ApplyNewConfigurations()
[all …]
H A DActivityTransitionDrawableTest.java52 public final ActivityTestRule<TestActivity> mActivityTestRule = field in ActivityTransitionDrawableTest
57 mActivityTestRule.runOnUiThread(() -> { in stopTransitionDrawableAlphaRestored()
58 Activity activity = mActivityTestRule.getActivity(); in stopTransitionDrawableAlphaRestored()
70 mActivityTestRule.runOnUiThread(() -> { in stopTransitionDrawableAlphaRestored()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DTextViewCursorAnchorInfoPerfTest.java67 public ActivityTestRule<PerfTestActivity> mActivityTestRule = new ActivityTestRule<>( field in TextViewCursorAnchorInfoPerfTest
79 Activity activity = mActivityTestRule.getActivity(); in setUpTextView()
100 mActivityTestRule.runOnUiThread(() -> { in testPopulateCharacterBounds()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
H A DGlobalActionsImeTest.java61 public ActivityTestRule<TestActivity> mActivityTestRule = new ActivityTestRule<>( field in GlobalActionsImeTest
93 final TestActivity activity = mActivityTestRule.launchActivity(null); in testGlobalActions_doesntStealImeControl()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java92 private final ActivityTestRule<EmptyLayoutActivity> mActivityTestRule = field in AssistStructureTest
99 mActivity = mActivityTestRule.launchActivity(null); in setup()