Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java241 private Light mNotificationLight; field in NotificationManagerService
791 mNotificationLight.turnOff();
997 mNotificationLight = lights.getLight(LightsManager.LIGHT_ID_NOTIFICATIONS); in onStart()
1828 synchronized (mNotificationLight) {
3605 mNotificationLight.turnOff(); in updateLightsLocked()
3621 mNotificationLight.setFlashing(ledARGB, Light.LIGHT_FLASH_TIMED, in updateLightsLocked()