Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchRunner.java100 GenerationIntent generationIntent = initialState.get(i); in verify() local
101 Activity activityToLaunchFrom = activityLog.get(generationIntent.getLaunchFromIndex(i)); in verify()
102 Activity result = launch(activityToLaunchFrom, generationIntent.getActualIntent(), in verify()
103 generationIntent.startForResult()); in verify()
114 GenerationIntent generationIntent = act.get(i); in verify() local
116 generationIntent.getLaunchFromIndex(initialState.size() + i)); in verify()
117 Activity result = launch(activityToLaunchFrom, generationIntent.getActualIntent(), in verify()
118 generationIntent.startForResult()); in verify()