Searched refs:TIME_DETECTOR_SERVICE (Results 1 – 6 of 6) sorted by relevance
31 @SystemService(Context.TIME_DETECTOR_SERVICE)
39 ServiceManager.getServiceOrThrow(Context.TIME_DETECTOR_SERVICE)); in TimeDetectorImpl()
68 ServiceManager.getServiceOrThrow(Context.TIME_DETECTOR_SERVICE)); in TimeManager()
79 publishBinderService(Context.TIME_DETECTOR_SERVICE, service); in onStart()
5466 public static final String TIME_DETECTOR_SERVICE = "time_detector"; field in Context
1286 registerService(Context.TIME_DETECTOR_SERVICE, TimeDetector.class, in registerService() argument