Home
last modified time | relevance | path

Searched refs:TimeZoneDetector (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorShellCommand.java18 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…
/frameworks/opt/telephony/src/java/com/android/internal/telephony/nitz/
DTimeServiceHelperImpl.java24 import android.app.timezonedetector.TimeZoneDetector;
44 private final TimeZoneDetector mTimeZoneDetector;
62 Objects.requireNonNull(context.getSystemService(TimeZoneDetector.class)); in TimeServiceHelperImpl()
/frameworks/base/core/java/android/app/timezonedetector/
DTimeZoneDetector.java30 public interface TimeZoneDetector { interface
DTimeZoneDetectorImpl.java31 public final class TimeZoneDetectorImpl implements TimeZoneDetector {
/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
DLocationTimeZoneManagerShellCommand.java48 import android.app.timezonedetector.TimeZoneDetector;
165 + " commands / settings.\n", TimeZoneDetector.SHELL_COMMAND_SERVICE_NAME); in onHelp()
/frameworks/base/core/java/android/app/time/
DTimeZoneCapabilities.java26 import android.app.timezonedetector.TimeZoneDetector;
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java42 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()
/frameworks/base/boot/
Dpreloaded-classes973 android.app.timezonedetector.TimeZoneDetector
Dboot-image-profile.txt23794 Landroid/app/timezonedetector/TimeZoneDetector;
/frameworks/base/config/
Dpreloaded-classes970 android.app.timezonedetector.TimeZoneDetector
Dboot-image-profile.txt33427 Landroid/app/timezonedetector/TimeZoneDetector;