Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java137 private LogicalLight mAttentionLight; field in NotificationAttentionHelper
187 mAttentionLight = lightsManager.getLight(LightsManager.LIGHT_ID_ATTENTION); in NotificationAttentionHelper()
490 if (mUseAttentionLight && mAttentionLight != null) { in buzzBeepBlinkLocked()
491 mAttentionLight.pulse(); in buzzBeepBlinkLocked()
1761 mAttentionLight = light; in setLights()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java351 private LogicalLight mAttentionLight; field in PowerManagerService
1395 mAttentionLight = mLightsManager.getLight(LightsManager.LIGHT_ID_ATTENTION);
4376 light = mAttentionLight;