Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java499 private LogicalLight mNotificationLight; field in NotificationManagerService
1747 if (mNotificationLight != null) {
1748 mNotificationLight.turnOff();
1945 mNotificationLight = light; in setLights()
2194 mNotificationLight = lightsManager.getLight(LightsManager.LIGHT_ID_NOTIFICATIONS); in init()
8904 if (mNotificationLight == null) {
8921 mNotificationLight.turnOff();
8926 mNotificationLight.setFlashing(light.color, LogicalLight.LIGHT_FLASH_TIMED,