Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayPolicyTests.java31 import static android.server.wm.app.Components.LAUNCH_TEST_ON_DESTROY_ACTIVITY;
129 launchActivityOnDisplay(LAUNCH_TEST_ON_DESTROY_ACTIVITY, newDisplay.mId); in testActivityLaunchOnContentDestroyDisplayRemoved()
131 waitAndAssertActivityStateOnDisplay(LAUNCH_TEST_ON_DESTROY_ACTIVITY, STATE_RESUMED, in testActivityLaunchOnContentDestroyDisplayRemoved()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java190 public static final ComponentName LAUNCH_TEST_ON_DESTROY_ACTIVITY = component( field in Components