summaryrefslogtreecommitdiff
path: root/library/main/src/com/android/setupwizardlib/util/WizardManagerHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'library/main/src/com/android/setupwizardlib/util/WizardManagerHelper.java')
-rw-r--r--library/main/src/com/android/setupwizardlib/util/WizardManagerHelper.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/library/main/src/com/android/setupwizardlib/util/WizardManagerHelper.java b/library/main/src/com/android/setupwizardlib/util/WizardManagerHelper.java
index f4bb8f5..cf9ddac 100644
--- a/library/main/src/com/android/setupwizardlib/util/WizardManagerHelper.java
+++ b/library/main/src/com/android/setupwizardlib/util/WizardManagerHelper.java
@@ -80,24 +80,12 @@ public class WizardManagerHelper {
public static final String THEME_GLIF_V2 = "glif_v2";
/**
- * @deprecated Use {@link #THEME_GLIF_V2} instead.
- */
- @Deprecated
- public static final String THEME_GLIF_PIXEL = THEME_GLIF_V2;
-
- /**
* Passed in a setup wizard intent as {@link #EXTRA_THEME}. This is the default theme used in
* setup wizard for O DR.
*/
public static final String THEME_GLIF_V2_LIGHT = "glif_v2_light";
/**
- * @deprecated Use {@link #THEME_GLIF_V2_LIGHT} instead.
- */
- @Deprecated
- public static final String THEME_GLIF_PIXEL_LIGHT = THEME_GLIF_V2_LIGHT;
-
- /**
* Passed in a setup wizard intent as {@link #EXTRA_THEME}. This is the dark variant of the
* theme used in setup wizard for P.
*/