summaryrefslogtreecommitdiff
path: root/tests/src/com/android/customization/testing
diff options
context:
space:
mode:
authorJohn Pan <johnpan@google.com>2022-04-12 15:52:35 +0800
committerJohn Pan <johnpan@google.com>2022-04-13 20:13:31 +0800
commit292fba02af57e5e9004be1865ef824790948c084 (patch)
tree2e2db0c170d2309fb9684b176957ea5b236be327 /tests/src/com/android/customization/testing
parent7b55f1f36aefecb7f1218a81e6d76747e57f16d1 (diff)
downloadThemePicker-292fba02af57e5e9004be1865ef824790948c084.tar.gz
Add logging for color variants
Bug: 223304277 Test: Manual Change-Id: I65e9b4368538b3447e199e834c0d424d797d9667
Diffstat (limited to 'tests/src/com/android/customization/testing')
-rw-r--r--tests/src/com/android/customization/testing/TestThemesUserEventLogger.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/com/android/customization/testing/TestThemesUserEventLogger.java b/tests/src/com/android/customization/testing/TestThemesUserEventLogger.java
index 9969e6e8..9250a868 100644
--- a/tests/src/com/android/customization/testing/TestThemesUserEventLogger.java
+++ b/tests/src/com/android/customization/testing/TestThemesUserEventLogger.java
@@ -1,6 +1,7 @@
package com.android.customization.testing;
import com.android.customization.model.clock.Clockface;
+import com.android.customization.model.color.ColorOption;
import com.android.customization.model.grid.GridOption;
import com.android.customization.model.theme.ThemeBundle;
import com.android.customization.module.ThemesUserEventLogger;
@@ -22,7 +23,7 @@ public class TestThemesUserEventLogger extends TestUserEventLogger
}
@Override
- public void logColorApplied(int action, int colorIndex) {
+ public void logColorApplied(int action, ColorOption colorOption) {
// Do nothing.
}