Searched refs:RECEIVE_SPLASH_SCREEN_EXIT (Results 1 – 4 of 4) sorted by relevance
25 import static android.server.wm.app.Components.TestStartingWindowKeys.RECEIVE_SPLASH_SCREEN_EXIT;71 bundle.putBoolean(RECEIVE_SPLASH_SCREEN_EXIT, true); in onSplashScreenExit()
26 import static android.server.wm.app.Components.TestStartingWindowKeys.RECEIVE_SPLASH_SCREEN_EXIT;80 bundle.putBoolean(RECEIVE_SPLASH_SCREEN_EXIT, true);
287 public static final String RECEIVE_SPLASH_SCREEN_EXIT = "receive_splash_screen_exit"; field in Components.TestStartingWindowKeys
51 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()