HomeSort by relevance Sort by last modified time
    Searched refs:LIGHT_ID_ATTENTION (Results 1 - 9 of 9) sorted by null

  /hardware/libhardware/include/hardware/
lights.h 44 #define LIGHT_ID_ATTENTION "attention"
  /frameworks/base/services/jni/
com_android_server_LightsService.cpp 84 = get_device(module, LIGHT_ID_ATTENTION);
  /development/tools/emulator/system/lights/
lights_qemu.c 175 } else if (0 == strcmp( LIGHT_ID_ATTENTION, name )) {
  /device/samsung/tuna/liblight/
lights.c 189 else if (0 == strcmp(LIGHT_ID_ATTENTION, name))
  /frameworks/base/services/java/com/android/server/
LightsService.java 39 static final int LIGHT_ID_ATTENTION = 5;
NotificationManagerService.java 594 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
    [all...]
PowerManagerService.java 564 mAttentionLight = lights.getLight(LightsService.LIGHT_ID_ATTENTION);
    [all...]
  /device/moto/stingray/liblights/
lights.c 249 else if (0 == strcmp(LIGHT_ID_ATTENTION, name))
  /hardware/msm7k/liblights/
lights.c 383 else if (0 == strcmp(LIGHT_ID_ATTENTION, name)) {

Completed in 445 milliseconds