Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java194 public static final int USER_LOCKED_LIGHTS = 0x00000008; field in NotificationChannel
222 USER_LOCKED_LIGHTS,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java299 & NotificationChannel.USER_LOCKED_LIGHTS) == 0) { in calculateLights()
DPreferencesHelper.java1258 if ((conversation.getUserLockedFields() & NotificationChannel.USER_LOCKED_LIGHTS) == 0 in maybeUpdateChildConversationChannel()
2028 update.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in lockFieldsForUpdateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java28 import static android.app.NotificationChannel.USER_LOCKED_LIGHTS;
2270 | USER_LOCKED_LIGHTS, in testLockFields_vibrationAndLights()
2283 assertEquals(USER_LOCKED_LIGHTS, in testLockFields_lightsAndImportance()
2291 assertEquals(USER_LOCKED_LIGHTS in testLockFields_lightsAndImportance()
5464 | USER_LOCKED_LIGHTS | USER_LOCKED_VIBRATION | USER_LOCKED_SOUND in testUpdateConversationParent_doesNotUpdateLockedFields()
DNotificationRecordTest.java577 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in testLights_locked_preUpgrade()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8033 Landroid/app/NotificationChannel;->USER_LOCKED_LIGHTS:I