Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAnimationBackgroundTests.java21 import static android.server.wm.app.Components.ANIMATION_TEST_ACTIVITY;
46 .setTargetActivity(ANIMATION_TEST_ACTIVITY) in testAnimationBackground_duringAnimation()
52 assumeActivityNotInFreeformDisplay(ANIMATION_TEST_ACTIVITY); in testAnimationBackground_duringAnimation()
68 getLaunchActivityBuilder().setTargetActivity(ANIMATION_TEST_ACTIVITY).execute(); in testAnimationBackground_gone()
69 mAmWmState.computeState(ANIMATION_TEST_ACTIVITY); in testAnimationBackground_gone()
74 assumeActivityNotInFreeformDisplay(ANIMATION_TEST_ACTIVITY); in testAnimationBackground_gone()
DAssistantStackTests.java29 import static android.server.wm.app.Components.ANIMATION_TEST_ACTIVITY;
325 launchActivityOnDisplay(ANIMATION_TEST_ACTIVITY, mAssistantDisplayId); in testLaunchIntoSameTask()
327 mAmWmState.waitForActivityState(ANIMATION_TEST_ACTIVITY, STATE_RESUMED); in testLaunchIntoSameTask()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java27 public static final ComponentName ANIMATION_TEST_ACTIVITY = component("AnimationTestActivity"); field in Components