Home
last modified time | relevance | path

Searched refs:RECEIVE_SPLASH_SCREEN_EXIT (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DSplashScreenReplaceIconActivity.java25 import static android.server.wm.app.Components.TestStartingWindowKeys.RECEIVE_SPLASH_SCREEN_EXIT;
71 bundle.putBoolean(RECEIVE_SPLASH_SCREEN_EXIT, true); in onSplashScreenExit()
DHandleSplashScreenExitActivity.java26 import static android.server.wm.app.Components.TestStartingWindowKeys.RECEIVE_SPLASH_SCREEN_EXIT;
80 bundle.putBoolean(RECEIVE_SPLASH_SCREEN_EXIT, true);
DComponents.java271 public static final String RECEIVE_SPLASH_SCREEN_EXIT = "receive_splash_screen_exit"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java49 import static android.server.wm.app.Components.TestStartingWindowKeys.RECEIVE_SPLASH_SCREEN_EXIT;
345 () -> journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in launchRuntimeHandleExitAnimationActivity()
406 () -> journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in testHandleExitIconAnimatingActivity()
430 assertFalse(journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in testCancelHandleExitIconAnimatingActivity()