summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Marcelo Arteiro <arteiro@google.com> 2025-03-24 05:36:56 -0700
committer Catherine Liang <cathliang@google.com> 2025-03-24 17:50:50 +0000
commit14ec76f7dd7f8107ee7a44723b53f88c8388e594 (patch)
treef3fd51bd2eaf7b6af607dbd82f6fe729edaef22e
parenta54d13db7adbf076531873ebb3ce404355200945 (diff)
Fixed ThemeOverlayController test
Removes alpha from color evaluation. Bug: 404539643 Test: ThemeOverlayControllerTest Flag: com.android.systemui.hardware_color_styles Change-Id: Ied7ac08eb7cb8083624261341db4d048f5527bfb
-rw-r--r--packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java b/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java
index b8be34378891..8a6803413144 100644
--- a/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java
+++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ThemeOverlayControllerTest.java
@@ -307,7 +307,7 @@ public class ThemeOverlayControllerTest extends SysuiTestCase {
assertThat(updatedSetting.getValue().contains(
"android.theme.customization.theme_style\":\"MONOCHROMATIC")).isTrue();
assertThat(updatedSetting.getValue().contains(
- "android.theme.customization.system_palette\":\"ffff0000")).isTrue();
+ "android.theme.customization.system_palette\":\"FF0000")).isTrue();
}