Searched refs:SPLASHSCREEN_ACTIVITY (Results 1 – 2 of 2) sorted by relevance
33 import static android.server.wm.app.Components.SPLASHSCREEN_ACTIVITY;150 launchActivityNoWait(SPLASHSCREEN_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testSplashscreenContent()152 testSplashScreenColor(SPLASHSCREEN_ACTIVITY, Color.BLUE, Color.WHITE); in testSplashscreenContent()162 launchActivityNoWait(SPLASHSCREEN_ACTIVITY, WINDOWING_MODE_FREEFORM); in testSplashscreenContent_FreeformWindow()164 testSplashScreenColor(SPLASHSCREEN_ACTIVITY, Color.BLUE, Color.WHITE); in testSplashscreenContent_FreeformWindow()480 .setComponent(SPLASHSCREEN_ACTIVITY); in testShortcutChangeTheme()489 testSplashScreenColor(SPLASHSCREEN_ACTIVITY, Color.BLACK, Color.WHITE); in testShortcutChangeTheme()
135 public static final ComponentName SPLASHSCREEN_ACTIVITY = component("SplashscreenActivity"); field in Components