Home
last modified time | relevance | path

Searched refs:TIME_ZONE_DETECTOR_SERVICE (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/timezonedetector/
H A DTimeZoneDetector.java29 @SystemService(Context.TIME_ZONE_DETECTOR_SERVICE)
H A DTimeZoneDetectorImpl.java39 ServiceManager.getServiceOrThrow(Context.TIME_ZONE_DETECTOR_SERVICE)); in TimeZoneDetectorImpl()
/aosp12/frameworks/base/core/java/android/app/time/
H A DTimeManager.java66 ServiceManager.getServiceOrThrow(Context.TIME_ZONE_DETECTOR_SERVICE)); in TimeManager()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DTimeZoneDetectorService.java93 publishBinderService(Context.TIME_ZONE_DETECTOR_SERVICE, service); in onStart()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5479 public static final String TIME_ZONE_DETECTOR_SERVICE = "time_zone_detector"; field in Context
/aosp12/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1294 registerService(Context.TIME_ZONE_DETECTOR_SERVICE, TimeZoneDetector.class, in registerService() argument