Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchRunner.java99 GenerationIntent firstIntent = initialState.get(0); in verify() local
100 activityLog.add(launchFromContext(initialContext, firstIntent.getActualIntent())); in verify()
184 LaunchFromIntent firstIntent = work.setup.get(0); in run() local
186 firstIntent.getActualIntent()); in run()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java178 Intent firstIntent = new Intent(); in testBackgroundActivityNotBlockedWithinGracePeriod() local
179 firstIntent.setComponent(APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWithinGracePeriod()
180 firstIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testBackgroundActivityNotBlockedWithinGracePeriod()
181 mContext.startActivity(firstIntent); in testBackgroundActivityNotBlockedWithinGracePeriod()
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java294 Intent firstIntent = new Intent(getInstrumentation().getContext(), in testWindowAnimationFrameStats() local
296 firstIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testWindowAnimationFrameStats()
297 firstActivity = getInstrumentation().startActivitySync(firstIntent); in testWindowAnimationFrameStats()
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java2510 Intent firstIntent = new Intent(mContext, DummyActivity.class); in testClickCustomButton() local
2512 mContext, 0, firstIntent, PendingIntent.FLAG_ONE_SHOT in testClickCustomButton()