Home
last modified time | relevance | path

Searched refs:LIGHTS_SERVICE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/lights/
DLightsManager.java49 @SystemService(Context.LIGHTS_SERVICE)
77 ServiceManager.getServiceOrThrow(Context.LIGHTS_SERVICE))); in LightsManager()
/frameworks/base/services/core/java/com/android/server/lights/
DLightsService.java482 publishBinderService(Context.LIGHTS_SERVICE, mManagerService); in onStart()
/frameworks/base/core/java/android/content/
DContext.java3386 LIGHTS_SERVICE,
4911 public static final String LIGHTS_SERVICE = "lights"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1363 registerService(Context.LIGHTS_SERVICE, LightsManager.class, in registerService() argument