OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LightsService
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/services/java/com/android/server/
LightsService.java
30
public class
LightsService
{
31
private static final String TAG = "
LightsService
";
175
LightsService
(Context context) {
BatteryService.java
128
public BatteryService(Context context,
LightsService
lights) {
546
private
LightsService
mLightsService;
547
private
LightsService
.Light mBatteryLight;
559
Led(Context context,
LightsService
lights) {
561
mBatteryLight = lights.getLight(
LightsService
.LIGHT_ID_BATTERY);
587
mBatteryLight.setFlashing(mBatteryLowARGB,
LightsService
.LIGHT_FLASH_TIMED,
NotificationManagerService.java
88
private
LightsService
.Light mNotificationLight;
89
private
LightsService
.Light mAttentionLight;
393
LightsService
lights)
406
mNotificationLight = lights.getLight(
LightsService
.LIGHT_ID_NOTIFICATIONS);
407
mAttentionLight = lights.getLight(
LightsService
.LIGHT_ID_ATTENTION);
[
all
...]
PowerManagerService.java
194
private
LightsService
mLightsService;
196
private
LightsService
.Light mLcdLight;
197
private
LightsService
.Light mButtonLight;
198
private
LightsService
.Light mKeyboardLight;
199
private
LightsService
.Light mAttentionLight;
500
void init(Context context,
LightsService
lights, IActivityManager activity,
508
mLcdLight = lights.getLight(
LightsService
.LIGHT_ID_BACKLIGHT);
509
mButtonLight = lights.getLight(
LightsService
.LIGHT_ID_BUTTONS);
510
mKeyboardLight = lights.getLight(
LightsService
.LIGHT_ID_KEYBOARD);
511
mAttentionLight = lights.getLight(
LightsService
.LIGHT_ID_ATTENTION)
[
all
...]
SystemServer.java
112
LightsService
lights = null;
193
lights = new
LightsService
(context);
[
all
...]
Completed in 144 milliseconds