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/animations/
DSplashscreenTests.java31 import static android.server.wm.app.Components.SPLASHSCREEN_ACTIVITY;
183 startActivityFromStarter(starter, SPLASHSCREEN_ACTIVITY, in testSplashscreenContent()
186 testSplashScreenColor(SPLASHSCREEN_ACTIVITY, Color.BLUE, Color.WHITE); in testSplashscreenContent()
201 startActivityFromStarter(starter, SPLASHSCREEN_ACTIVITY, in testSplashscreenContent_FreeformWindow()
204 testSplashScreenColor(SPLASHSCREEN_ACTIVITY, Color.BLUE, Color.WHITE); in testSplashscreenContent_FreeformWindow()
518 .setComponent(SPLASHSCREEN_ACTIVITY); in testShortcutChangeTheme()
527 testSplashScreenColor(SPLASHSCREEN_ACTIVITY, Color.BLACK, Color.WHITE); in testShortcutChangeTheme()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java140 public static final ComponentName SPLASHSCREEN_ACTIVITY = component("SplashscreenActivity"); field in Components