Searched refs:MULTI_WINDOW_FULLSCREEN_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
26 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 …]
75 public static final ComponentName MULTI_WINDOW_FULLSCREEN_ACTIVITY = field in Components