Searched defs:FLAG_SHOW_LIGHTS (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java107 * {@link #FLAG_SHOW_LIGHTS} bit, and values set with {@link Builder#setLights}.
124 public static final int FLAG_SHOW_LIGHTS = 0x00000001; field in class:NotificationCompat
1006 mNotification.flags = (mNotification.flags & ~Notification.FLAG_SHOW_LIGHTS) |
1007 (showLights ? Notification.FLAG_SHOW_LIGHTS : 0);
1107 mNotification.flags |= Notification.FLAG_SHOW_LIGHTS;
/frameworks/base/core/java/android/app/
H A DNotification.java173 * {@link #FLAG_SHOW_LIGHTS} bit, and {@link #ledARGB}, {@link #ledOffMS}, or
419 * @see #FLAG_SHOW_LIGHTS
431 * @see #FLAG_SHOW_LIGHTS
442 * @see #FLAG_SHOW_LIGHTS
485 public static final int FLAG_SHOW_LIGHTS = 0x00000001; field in class:Notification
3413 mN.flags |= FLAG_SHOW_LIGHTS;
4979 mN.flags |= FLAG_SHOW_LIGHTS;

Completed in 32 milliseconds