Searched refs:ANIMATION_TEST_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
21 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()
29 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()
27 public static final ComponentName ANIMATION_TEST_ACTIVITY = component("AnimationTestActivity"); field in Components