diff options
| author | Neil Fuller <nfuller@google.com> | 2021-05-17 16:16:40 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-05-17 16:16:40 +0000 |
| commit | 629d1f3ec2ea0e97ece8601e09780e292bc2a231 (patch) | |
| tree | b84b99b545d8a508fd3b2d9009cc5ce7f6493d67 /core/java/android | |
| parent | c1b0d9ac234b7cad9df041ea8d6bb2e176f6e6e6 (diff) | |
| parent | dd4d5619842a746455bc8cc379a5b8261cc0d5bf (diff) | |
Merge "Provide a new command line for host tests" into sc-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/timezonedetector/TimeZoneDetector.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/app/timezonedetector/TimeZoneDetector.java b/core/java/android/app/timezonedetector/TimeZoneDetector.java index b216e913b6ff..a71cffe5afc0 100644 --- a/core/java/android/app/timezonedetector/TimeZoneDetector.java +++ b/core/java/android/app/timezonedetector/TimeZoneDetector.java @@ -48,6 +48,13 @@ public interface TimeZoneDetector { String SHELL_COMMAND_SET_AUTO_DETECTION_ENABLED = "set_auto_detection_enabled"; /** + * A shell command that prints whether the telephony-based time zone detection feature is + * supported on the device. + * @hide + */ + String SHELL_COMMAND_IS_TELEPHONY_DETECTION_SUPPORTED = "is_telephony_detection_supported"; + + /** * A shell command that prints whether the geolocation-based time zone detection feature is * supported on the device. * @hide |
