Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DFreeformWindowingModeTests.java26 import static android.server.wm.app.Components.MULTI_WINDOW_FULLSCREEN_ACTIVITY;
169 launchActivityOnDisplay(MULTI_WINDOW_FULLSCREEN_ACTIVITY, displayId); in testMultiWindowFullscreenRequest()
170 mWmState.computeState(MULTI_WINDOW_FULLSCREEN_ACTIVITY); in testMultiWindowFullscreenRequest()
177 assertTrue(waitForEnterFullscreen(MULTI_WINDOW_FULLSCREEN_ACTIVITY)); in testMultiWindowFullscreenRequest()
181 assertTrue(waitForExitFullscreen(MULTI_WINDOW_FULLSCREEN_ACTIVITY)); in testMultiWindowFullscreenRequest()
190 MULTI_WINDOW_FULLSCREEN_ACTIVITY, WINDOWING_MODE_FULLSCREEN, displayId); in testMultiWindowFullscreenRequestRejection()
191 mWmState.computeState(MULTI_WINDOW_FULLSCREEN_ACTIVITY); in testMultiWindowFullscreenRequestRejection()
205 launchActivityOnDisplay(MULTI_WINDOW_FULLSCREEN_ACTIVITY, displayId); in testMultiWindowFullscreenOnNonPcDevice()
206 mWmState.computeState(MULTI_WINDOW_FULLSCREEN_ACTIVITY); in testMultiWindowFullscreenOnNonPcDevice()
216 mWmState.waitAndAssertActivityRemoved(MULTI_WINDOW_FULLSCREEN_ACTIVITY); in testMultiWindowFullscreenOnNonPcDevice()
[all …]
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java75 public static final ComponentName MULTI_WINDOW_FULLSCREEN_ACTIVITY = field in Components