Home
last modified time | relevance | path

Searched defs:startIntent (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/virtualdevice/src/android/virtualdevice/cts/
DActivityInterceptionTest.java136 Intent startIntent = new Intent(mContext, EmptyActivity.class) in onIntentIntercepted_noInterceptorRegistered_activityShouldLaunch() local
168 Intent startIntent = new Intent(mContext, EmptyActivity.class) in onIntentIntercepted_interceptorRegistered_intentIsIntercepted() local
215 Intent startIntent = new Intent(mContext, EmptyActivity.class) in onIntentIntercepted_multipleInterceptorsRegistered_intentIsIntercepted() local
263 Intent startIntent = new Intent(mContext, EmptyActivity.class) in onIntentIntercepted_differentInterceptorRegistered_activityShouldLaunch() local
304 Intent startIntent = new Intent(mContext, EmptyActivity.class) in onIntentIntercepted_differentInterceptorsRegistered_oneIntercepted() local
DActivityBlockingTest.java251 Intent startIntent = new Intent(context, EmptyActivity.class) in setAllowedCrossTaskNavigations_shouldBlockNonAllowedNavigations() local
297 Intent startIntent = new Intent(context, EmptyActivity.class) in setAllowedCrossTaskNavigations_shouldAllowNavigations() local
342 Intent startIntent = new Intent(context, EmptyActivity.class) in setBlockedCrossTaskNavigations_shouldAllowNavigations() local
392 Intent startIntent = new Intent(context, EmptyActivity.class) in setBlockedCrossTaskNavigations_shouldBlockNonAllowedNavigations() local
/cts/tests/tests/car/src/android/car/app/cts/
DCarActivityManagerTest.java134 Intent startIntent = Intent.makeMainActivity(mTestActivity) in testSetPersistentActivity() local
204 Intent startIntent = Intent.makeMainActivity(mTestActivity) in testMoveRootTaskToDisplay() local
230 Intent startIntent = Intent.makeMainActivity(mTestActivity) in testGetVisibleTasks() local
255 Intent startIntent = Intent.makeMainActivity(mTestActivity) in testGetVisibleTasksByDisplayId() local
272 Intent startIntent = Intent.makeMainActivity(mTestActivity) in getCarTaskViewController() local
DCarTaskViewControllerTest.java106 Intent startIntent = Intent.makeMainActivity(mTestActivity) in setUp() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/content/
DContextHelperTest.java86 Intent startIntent = new Intent(mContext, SingleUseActivity.class); in testStartActivityAsUser() local
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java116 final Intent startIntent = data.getParcelable(EXTRA_INTENT); in handleCommand() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DOutOfProcessActivity.java109 final Intent startIntent = new Intent(sContext, OutOfProcessActivity.class) in launchOutOfProcessActivity() local
/cts/tests/tests/car_builtin/src/android/car/cts/builtin/app/
DTaskInfoHelperTest.java160 Intent startIntent = new Intent(mTargetContext, TaskInfoTestActivity.class) in launchTestActivity() local
DActivityManagerHelperTest.java413 Intent startIntent = new Intent(mContext, type) in launchTestActivity() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java152 final Intent startIntent = new Intent(); in startActivityFromStarter() local