Searched refs:FREEFORM_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
21 import static android.server.wm.app.Components.FREEFORM_ACTIVITY;64 launchActivityOnDisplay(FREEFORM_ACTIVITY, WINDOWING_MODE_FREEFORM, displayId); in testFreeformWindowManagementSupport()66 mAmWmState.computeState(FREEFORM_ACTIVITY, TEST_ACTIVITY); in testFreeformWindowManagementSupport()76 mAmWmState.assertVisibility(FREEFORM_ACTIVITY, true); in testFreeformWindowManagementSupport()
52 public static final ComponentName FREEFORM_ACTIVITY = component("FreeformActivity"); field in Components