OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIGHT_ID_NOTIFICATIONS
(Results
1 - 7
of
7
) sorted by null
/hardware/libhardware/include/hardware/
lights.h
43
#define
LIGHT_ID_NOTIFICATIONS
"notifications"
/frameworks/base/services/jni/
com_android_server_LightsService.cpp
82
= get_device(module,
LIGHT_ID_NOTIFICATIONS
);
/development/tools/emulator/system/lights/
lights_qemu.c
173
} else if (0 == strcmp(
LIGHT_ID_NOTIFICATIONS
, name )) {
/device/samsung/tuna/liblight/
lights.c
187
else if (0 == strcmp(
LIGHT_ID_NOTIFICATIONS
, name))
/frameworks/base/services/java/com/android/server/
LightsService.java
38
static final int
LIGHT_ID_NOTIFICATIONS
= 4;
NotificationManagerService.java
406
mNotificationLight = lights.getLight(LightsService.
LIGHT_ID_NOTIFICATIONS
);
[
all
...]
/hardware/msm7k/liblights/
lights.c
380
else if (0 == strcmp(
LIGHT_ID_NOTIFICATIONS
, name)) {
Completed in 687 milliseconds