Searched defs:mNotificationLight (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java281 private Light mNotificationLight; field in class:NotificationManagerService
894 mNotificationLight.turnOff();
1003 mNotificationLight = light;
1164 mNotificationLight = lightsManager.getLight(LightsManager.LIGHT_ID_NOTIFICATIONS);
2296 synchronized (mNotificationLight) {
4639 mNotificationLight.turnOff();
4644 mNotificationLight.setFlashing(light.color, Light.LIGHT_FLASH_TIMED,

Completed in 19 milliseconds