Home
last modified time | relevance | path

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

/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java179 Intent firstIntent = new Intent(getInstrumentation().getContext(), in testWindowAnimationFrameStats() local
181 firstIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testWindowAnimationFrameStats()
182 firstActivity = getInstrumentation().startActivitySync(firstIntent); in testWindowAnimationFrameStats()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java2523 Intent firstIntent = new Intent(getContext(), DummyActivity.class); in testClickCustomButton() local
2525 getContext(), 0, firstIntent, PendingIntent.FLAG_ONE_SHOT in testClickCustomButton()