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/
DNotificationAttentionHelper.java867 NotificationRecord ledNotification = null; in updateLightsLocked() local
868 while (ledNotification == null && !mLights.isEmpty()) { in updateLightsLocked()
870 ledNotification = mNMP.getNotificationByKey(owner); in updateLightsLocked()
871 if (ledNotification == null) { in updateLightsLocked()
878 if (ledNotification == null || isInCall() || mScreenOn) { in updateLightsLocked()
881 NotificationRecord.Light light = ledNotification.getLight(); in updateLightsLocked()