Searched refs:ICON_BACKGROUND_COLOR (Results 1 – 3 of 3) sorted by relevance
25 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_BACKGROUND_COLOR;83 bundle.putInt(ICON_BACKGROUND_COLOR, iconBackground);
290 public static final String ICON_BACKGROUND_COLOR = "icon_background_color"; field in Components.TestStartingWindowKeys
47 import static android.server.wm.app.Components.TestStartingWindowKeys.ICON_BACKGROUND_COLOR;372 assertEquals(Color.BLUE, journal.extras.getInt(ICON_BACKGROUND_COLOR, Color.YELLOW)); in launchRuntimeHandleExitAnimationActivity()