Searched refs:TimeZoneDetector (Results 1 – 11 of 11) sorted by relevance
18 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_IS_AUTO_DETECTION_ENABLED;19 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_IS_GEO_DETECTION_ENABLED;20 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_IS_GEO_DETECTION_SUPPORTE…21 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_IS_TELEPHONY_DETECTION_SU…22 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_SERVICE_NAME;23 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_SET_AUTO_DETECTION_ENABLE…24 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_SET_GEO_DETECTION_ENABLED;25 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_SUGGEST_GEO_LOCATION_TIME…26 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_SUGGEST_MANUAL_TIME_ZONE;27 import static android.app.timezonedetector.TimeZoneDetector.SHELL_COMMAND_SUGGEST_TELEPHONY_TIME_ZO…
24 import android.app.timezonedetector.TimeZoneDetector;44 private final TimeZoneDetector mTimeZoneDetector;62 Objects.requireNonNull(context.getSystemService(TimeZoneDetector.class)); in TimeServiceHelperImpl()
30 public interface TimeZoneDetector { interface
31 public final class TimeZoneDetectorImpl implements TimeZoneDetector {
48 import android.app.timezonedetector.TimeZoneDetector;165 + " commands / settings.\n", TimeZoneDetector.SHELL_COMMAND_SERVICE_NAME); in onHelp()
26 import android.app.timezonedetector.TimeZoneDetector;
42 import android.app.timezonedetector.TimeZoneDetector;1294 registerService(Context.TIME_ZONE_DETECTOR_SERVICE, TimeZoneDetector.class, in registerService()1295 new CachedServiceFetcher<TimeZoneDetector>() { in registerService()1297 public TimeZoneDetector createService(ContextImpl ctx) in registerService()
973 android.app.timezonedetector.TimeZoneDetector
23794 Landroid/app/timezonedetector/TimeZoneDetector;
970 android.app.timezonedetector.TimeZoneDetector
33427 Landroid/app/timezonedetector/TimeZoneDetector;