Home
last modified time | relevance | path

Searched refs:FLAG_SHOW_LIGHTS (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java629 public static final int FLAG_SHOW_LIGHTS = 0x00000001; field in Notification
772 FLAG_SHOW_LIGHTS,
3916 if ((flags & FLAG_SHOW_LIGHTS) != 0) { in flagsToString()
3918 flags &= ~FLAG_SHOW_LIGHTS; in flagsToString()
5196 mN.flags |= FLAG_SHOW_LIGHTS; in setLights()
7329 mN.flags |= FLAG_SHOW_LIGHTS; in build()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java301 if ((notification.flags & Notification.FLAG_SHOW_LIGHTS) != 0) { in calculateLights()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4612 field public static final int FLAG_SHOW_LIGHTS = 1; // 0x1
/frameworks/base/core/api/
Dcurrent.txt6494 field @Deprecated public static final int FLAG_SHOW_LIGHTS = 1; // 0x1