Searched refs:TIME_DETECTOR_SERVICE (Results 1 – 7 of 7) sorted by relevance
39 ServiceManager.getServiceOrThrow(Context.TIME_DETECTOR_SERVICE)); in TimeDetectorImpl()
36 @SystemService(Context.TIME_DETECTOR_SERVICE)
301 .asInterface(ServiceManager.getService(Context.TIME_DETECTOR_SERVICE));
70 ServiceManager.getServiceOrThrow(Context.TIME_DETECTOR_SERVICE)); in TimeManager()
104 publishBinderService(Context.TIME_DETECTOR_SERVICE, service); in onStart()
6075 public static final String TIME_DETECTOR_SERVICE = "time_detector"; field in Context
1310 registerService(Context.TIME_DETECTOR_SERVICE, TimeDetector.class, in registerService() argument