Home
last modified time | relevance | path

Searched refs:activityToLaunchFrom (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DWindowManagerJetpackTestBase.java210 public static <T extends Activity> void startActivityFromActivity(Activity activityToLaunchFrom, in startActivityFromActivity() argument
212 Intent intent = new Intent(activityToLaunchFrom, activityToLaunchClass); in startActivityFromActivity()
214 activityToLaunchFrom.startActivity(intent); in startActivityFromActivity()
220 public static void startActivityFromActivity(@NonNull Activity activityToLaunchFrom, in startActivityFromActivity() argument
228 activityToLaunchFrom.startActivity(intent); in startActivityFromActivity()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchRunner.java112 Activity activityToLaunchFrom = activityLog.get(generationIntent.getLaunchFromIndex(i)); in verify() local
113 Activity result = launch(activityToLaunchFrom, generationIntent.getActualIntent(), in verify()
126 Activity activityToLaunchFrom = activityLog.get( in verify() local
128 Activity result = launch(activityToLaunchFrom, generationIntent.getActualIntent(), in verify()