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.java31 import static android.server.wm.app.Components.SPLASHSCREEN_ACTIVITY;
147 launchActivityNoWait(SPLASHSCREEN_ACTIVITY); in testSplashscreenContent()
149 testSplashScreenColor(SPLASHSCREEN_ACTIVITY, Color.BLUE, Color.WHITE); in testSplashscreenContent()
447 .setComponent(SPLASHSCREEN_ACTIVITY); in testShortcutChangeTheme()
456 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