Searched defs:mAttentionLight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java242 Light mAttentionLight; field in class:NotificationManagerService
982 mAttentionLight = lights.getLight(LightsManager.LIGHT_ID_ATTENTION);
2935 mAttentionLight.pulse();
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java194 private Light mAttentionLight; field in class:PowerManagerService
588 mAttentionLight = mLightsManager.getLight(LightsManager.LIGHT_ID_ATTENTION);
2567 light = mAttentionLight;

Completed in 80 milliseconds