Home
last modified time | relevance | path

Searched refs:SPLASHSCREEN_ACTIVITY (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java33 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()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java135 public static final ComponentName SPLASHSCREEN_ACTIVITY = component("SplashscreenActivity"); field in Components