diff options
| author | Neil Fuller <nfuller@google.com> | 2021-04-08 13:28:50 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-04-08 13:28:50 +0000 |
| commit | 3556ad854bfd597068fdc22e42bf03dae1064688 (patch) | |
| tree | e80669559df3f133847e8a42a6eb52762ebb5688 /core/java | |
| parent | 2ac89c35e575390b246ab321817eec5131401fb3 (diff) | |
| parent | 59ff2dca0ee529c00ef0c0892430d9f33296c83c (diff) | |
Merge "Adjust geotz feature config logic" into sc-dev
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/time/LocationTimeZoneManager.java | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/core/java/android/app/time/LocationTimeZoneManager.java b/core/java/android/app/time/LocationTimeZoneManager.java index 066aadae1476..f506f12a7ba0 100644 --- a/core/java/android/app/time/LocationTimeZoneManager.java +++ b/core/java/android/app/time/LocationTimeZoneManager.java @@ -50,31 +50,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". */ |
