HomeSort by relevance Sort by last modified time
    Searched refs:LIGHT_ID_NOTIFICATIONS (Results 1 - 8 of 8) 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 593 mNotificationLight = lights.getLight(LightsService.LIGHT_ID_NOTIFICATIONS);
    [all...]
  /device/moto/stingray/liblights/
lights.c 247 else if (0 == strcmp(LIGHT_ID_NOTIFICATIONS, name))
  /hardware/msm7k/liblights/
lights.c 380 else if (0 == strcmp(LIGHT_ID_NOTIFICATIONS, name)) {

Completed in 21 milliseconds