Searched refs:FLAG_SHOW_LIGHTS (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java109 * {@link #FLAG_SHOW_LIGHTS} bit, and values set with {@link Builder#setLights}.
125 public static final int FLAG_SHOW_LIGHTS = 0x00000001; field in class:NotificationCompat
1071 mNotification.flags = (mNotification.flags & ~Notification.FLAG_SHOW_LIGHTS) |
1072 (showLights ? Notification.FLAG_SHOW_LIGHTS : 0);
1172 mNotification.flags |= Notification.FLAG_SHOW_LIGHTS;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java245 if ((notification.flags & Notification.FLAG_SHOW_LIGHTS) != 0) {
/frameworks/base/core/java/android/app/
H A DNotification.java184 * {@link #FLAG_SHOW_LIGHTS} bit, and {@link #ledARGB}, {@link #ledOffMS}, or
457 * @see #FLAG_SHOW_LIGHTS
469 * @see #FLAG_SHOW_LIGHTS
480 * @see #FLAG_SHOW_LIGHTS
523 public static final int FLAG_SHOW_LIGHTS = 0x00000001; field in class:Notification
3861 mN.flags |= FLAG_SHOW_LIGHTS;
5581 mN.flags |= FLAG_SHOW_LIGHTS;

Completed in 88 milliseconds