diff --git a/core/java/android/app/time/LocationTimeZoneManager.java b/core/java/android/app/time/LocationTimeZoneManager.java index 066aadae14760..f506f12a7ba03 100644 --- a/core/java/android/app/time/LocationTimeZoneManager.java +++ b/core/java/android/app/time/LocationTimeZoneManager.java @@ -49,31 +49,6 @@ public final class LocationTimeZoneManager { */ public static final String SHELL_COMMAND_STOP = "stop"; - /** - * A shell command that can put providers into different modes. Takes effect next time the - * service is started. - */ - public static final String SHELL_COMMAND_SET_PROVIDER_MODE_OVERRIDE = - "set_provider_mode_override"; - - /** - * The default provider mode. - * For use with {@link #SHELL_COMMAND_SET_PROVIDER_MODE_OVERRIDE}. - */ - public static final String PROVIDER_MODE_OVERRIDE_NONE = "none"; - - /** - * The "simulated" provider mode. - * For use with {@link #SHELL_COMMAND_SET_PROVIDER_MODE_OVERRIDE}. - */ - public static final String PROVIDER_MODE_OVERRIDE_SIMULATED = "simulated"; - - /** - * The "disabled" provider mode (equivalent to there being no provider configured). - * For use with {@link #SHELL_COMMAND_SET_PROVIDER_MODE_OVERRIDE}. - */ - public static final String PROVIDER_MODE_OVERRIDE_DISABLED = "disabled"; - /** * A shell command that tells the service to record state information during tests. The next * argument value is "true" or "false". diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index fc2bdf3a4610f..6927801ad40f2 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1637,32 +1637,22 @@ config_timeZoneRulesUpdateTrackingEnabled are true.] --> 5 - + true - false - - false - + @null - true - - false