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

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java213 Light mAttentionLight; field in class:NotificationManagerService
910 mAttentionLight = lights.getLight(LightsManager.LIGHT_ID_ATTENTION);
2462 mAttentionLight.pulse();
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java176 private Light mAttentionLight; field in class:PowerManagerService
542 mAttentionLight = mLightsManager.getLight(LightsManager.LIGHT_ID_ATTENTION);
2436 light = mAttentionLight;

Completed in 82 milliseconds