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