Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleFreeformTests.java74 final Intent firstIntent = new Intent(mContext, FirstActivity.class) in testLaunchInFreeform() local
96 final Intent firstIntent = new Intent(mContext, FirstActivity.class) in testMultiLaunchInFreeform() local
132 final Intent firstIntent = new Intent(mContext, FirstActivity.class) in testLaunchOccludingInFreeform() local
189 final Intent firstIntent = new Intent(mContext, FirstActivity.class) in testLaunchTranslucentInFreeform() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DLaunchRunner.java95 GenerationIntent firstIntent = initialState.get(0); in verify() local
180 LaunchFromIntent firstIntent = work.setup.get(0); in run() local
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
DUiAutomationTest.java310 Intent firstIntent = new Intent(getInstrumentation().getContext(), in testWindowAnimationFrameStats() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java2463 Intent firstIntent = new Intent(mContext, DummyActivity.class); in testClickCustomButton() local