Home
last modified time | relevance | path

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

/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java310 Intent secondIntent = new Intent(getInstrumentation().getContext(), in testWindowAnimationFrameStats() local
312 secondIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testWindowAnimationFrameStats()
313 secondActivity = getInstrumentation().startActivitySync(secondIntent); in testWindowAnimationFrameStats()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java187 Intent secondIntent = new Intent(); in testBackgroundActivityNotBlockedWithinGracePeriod() local
188 secondIntent.setComponent(APP_A_START_ACTIVITY_RECEIVER); in testBackgroundActivityNotBlockedWithinGracePeriod()
190 mContext.sendBroadcast(secondIntent); in testBackgroundActivityNotBlockedWithinGracePeriod()