Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java572 private LogicalLight mNotificationLight; field in NotificationManagerService
1852 if (mNotificationLight != null) {
1853 mNotificationLight.turnOff();
2106 mNotificationLight = light; in setLights()
2374 mNotificationLight = lightsManager.getLight(LightsManager.LIGHT_ID_NOTIFICATIONS); in init()
9852 if (mNotificationLight == null) {
9869 mNotificationLight.turnOff();
9874 mNotificationLight.setFlashing(light.color, LogicalLight.LIGHT_FLASH_TIMED,