Searched refs:LAUNCH_TEST_ON_DESTROY_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
31 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()
190 public static final ComponentName LAUNCH_TEST_ON_DESTROY_ACTIVITY = component( field in Components