Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3593 NotificationRecord ledNotification = null; in updateLightsLocked() local
3594 while (ledNotification == null && !mLights.isEmpty()) { in updateLightsLocked()
3596 ledNotification = mNotificationsByKey.get(owner); in updateLightsLocked()
3597 if (ledNotification == null) { in updateLightsLocked()
3604 if (ledNotification == null || mInCall || mScreenOn) { in updateLightsLocked()
3610 final Notification ledno = ledNotification.sbn.getNotification(); in updateLightsLocked()