Home
last modified time | relevance | path

Searched defs:activity2 (Results 1 – 9 of 9) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/servicebehavior/
DMultiScreenDifferentActivitiesTest.java62 final SimpleSaveActivity activity2 = startSimpleSaveActivity(); in testActivityNotDelayedIsNotMerged() local
110 final SimpleSaveActivity activity2 = startSimpleSaveActivity(); in testDelayedActivityIsMerged() local
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/embedding/
DPinActivityStackTests.java152 final Activity activity2 = getResumedActivityById(activityId2); in pinTopActivityStackAndVerifyLifecycle() local
/cts/tests/inputmethod/installtests/src/android/view/inputmethod/cts/installtests/
DMultiUserMockImeTest.java129 try (var activity2 = MockTestActivityUtil.launchAsUser( in testProfileSwitching()
/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionManagerTest.java247 MediaProjectionCustomIntentActivity activity2 = mActivityRule.getActivity(); in testGetMediaProjectionMultipleProjections() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DKeepClearRectsTests.java486 final TestActivity activity2 = translucentTestSession.getActivity(); in testKeepClearRectsOnDisplayTwoFullscreenActivities() local
529 final TestActivity activity2 = mTestSession.getActivity(); in testDisplayHasKeepClearRectsOnlyFromVisibleWindows() local
578 ComponentName activity2, List<Rect> keepClearRects1, List<Rect> keepClearRects2) { in startKeepClearActivitiesInSplitscreen()
/cts/tests/app/src/android/app/cts/
DInstrumentation_ActivityMonitorTest.java116 Activity activity2 = instrumentation.startActivitySync(intent); in testActivityMonitor_onStartActivity() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java160 final LoginActivity activity2 = anotherActivityLauncher.launchActivity(); in testLaunchAnotherActivity() local
195 final LoginActivity activity2 = anotherActivityLauncher.launchActivity(); in testLaunchAnotherActivity_onTopOfIt() local
1171 final CustomViewActivity activity2 = launcher2.launchActivity(); in setContentCaptureFeatureEnabledTest_disabledThenReEnabled() local
/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java377 final DeviceStateTestActivity activity2 = secondActivitySession.getActivity(); in testCancelStateRequestFromNewActivity() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLockTaskTest.kt622 val activity2 = testApp2.activities().any().start( in <lambda>() constant