Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/lights/
H A DLightsManager.java36 @SystemService(Context.LIGHTS_SERVICE)
H A DSystemLightsManager.java52 ServiceManager.getServiceOrThrow(Context.LIGHTS_SERVICE))); in SystemLightsManager()
/aosp14/frameworks/base/services/core/java/com/android/server/lights/
H A DLightsService.java498 publishBinderService(Context.LIGHTS_SERVICE, mManagerService); in onStart()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java4182 LIGHTS_SERVICE,
6219 public static final String LIGHTS_SERVICE = "lights"; field in Context
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java1404 registerService(Context.LIGHTS_SERVICE, LightsManager.class, in registerService() argument