Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DTestTheme.java48 public static final int COLOR_YELLOW = 0xFFFFFF00; field in TestTheme
124 assertThat(mStatusBarColor).isEqualTo(COLOR_YELLOW); in assertThemeFeatureAValues()
130 assertThat(mBaseColor).isEqualTo(COLOR_YELLOW); in assertThemeFeatureAValues_pl()
140 assertThat(mBaseColor).isEqualTo(COLOR_YELLOW); in assertThemeFeatureAValuesDiffRev()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DTestThemeHelper.java60 private static final int COLOR_YELLOW = 0xFFFFFF00; field in TestThemeHelper
70 private static final int[] THEME_WARM_COLORS = {COLOR_RED, COLOR_TEAL, COLOR_YELLOW};