Searched refs:RECEIVE_SPLASH_SCREEN_EXIT (Results 1 – 3 of 3) sorted by relevance
30 import static android.server.wm.app.Components.TestStartingWindowKeys.RECEIVE_SPLASH_SCREEN_EXIT;96 bundle.putBoolean(RECEIVE_SPLASH_SCREEN_EXIT, true);
293 public static final String RECEIVE_SPLASH_SCREEN_EXIT = "receive_splash_screen_exit"; field in Components.TestStartingWindowKeys
53 import static android.server.wm.app.Components.TestStartingWindowKeys.RECEIVE_SPLASH_SCREEN_EXIT;500 assertFalse(journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in testCancelHandleExitIconAnimatingActivity()631 () -> journal.extras.getBoolean(RECEIVE_SPLASH_SCREEN_EXIT)); in assertHandleExit()