Searched refs:ledNotification (Results 1 – 1 of 1) sorted by relevance
3593 NotificationRecord ledNotification = null; in updateLightsLocked() local3594 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()