Home
last modified time | relevance | path

Searched refs:USER_LOCKED_LIGHTS (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java132 if ((userlock & NotificationChannel.USER_LOCKED_LIGHTS) != 0) { in createScreenshotChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java99 public static final int USER_LOCKED_LIGHTS = 0x00000008; field in NotificationChannel
121 USER_LOCKED_LIGHTS,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java981 | NotificationChannel.USER_LOCKED_LIGHTS, in testLockFields_vibrationAndLights()
993 assertEquals(NotificationChannel.USER_LOCKED_LIGHTS, in testLockFields_lightsAndImportance()
1000 assertEquals(NotificationChannel.USER_LOCKED_LIGHTS in testLockFields_lightsAndImportance()
DNotificationRecordTest.java361 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in testLights_locked_preUpgrade()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java243 & NotificationChannel.USER_LOCKED_LIGHTS) == 0) { in calculateLights()
DRankingHelper.java1066 update.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in lockFieldsForUpdate()