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

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java122 private LightsService.Light mAttentionLight; field in class:NotificationManagerService
615 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
1019 mAttentionLight.pulse();
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java184 private LightsService.Light mAttentionLight; field in class:PowerManagerService
439 mAttentionLight = mLightsService.getLight(LightsService.LIGHT_ID_ATTENTION);
1964 light = mAttentionLight;

Completed in 269 milliseconds