Home
last modified time | relevance | path

Searched refs:ICON_BACKGROUND_COLOR (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DHandleSplashScreenExitActivity.java25 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_BACKGROUND_COLOR;
83 bundle.putInt(ICON_BACKGROUND_COLOR, iconBackground);
DComponents.java274 public static final String ICON_BACKGROUND_COLOR = "icon_background_color"; field in Components.TestStartingWindowKeys
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java45 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_BACKGROUND_COLOR;
352 assertEquals(Color.BLUE, journal.extras.getInt(ICON_BACKGROUND_COLOR, Color.YELLOW)); in launchRuntimeHandleExitAnimationActivity()