Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java136 if ((userlock & NotificationChannel.USER_LOCKED_LIGHTS) != 0) { in createScreenshotChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java175 public static final int USER_LOCKED_LIGHTS = 0x00000008; field in NotificationChannel
203 USER_LOCKED_LIGHTS,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java275 & NotificationChannel.USER_LOCKED_LIGHTS) == 0) { in calculateLights()
DPreferencesHelper.java1872 update.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in lockFieldsForUpdateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java439 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in testLights_locked_preUpgrade()
DPreferencesHelperTest.java1133 | NotificationChannel.USER_LOCKED_LIGHTS, in testLockFields_vibrationAndLights()
1145 assertEquals(NotificationChannel.USER_LOCKED_LIGHTS, in testLockFields_lightsAndImportance()
1152 assertEquals(NotificationChannel.USER_LOCKED_LIGHTS in testLockFields_lightsAndImportance()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8033 Landroid/app/NotificationChannel;->USER_LOCKED_LIGHTS:I