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.java287 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.java51 import static android.server.wm.app.Components.TestStartingWindowKeys.RECEIVE_SPLASH_SCREEN_EXIT;
365 () -> journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in launchRuntimeHandleExitAnimationActivity()
439 () -> journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in testHandleExitIconAnimatingActivity()
463 assertFalse(journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in testCancelHandleExitIconAnimatingActivity()