Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java187 public static final int USER_LOCKED_LIGHTS = 0x00000008; field in NotificationChannel
215 USER_LOCKED_LIGHTS,
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java28 import static android.app.NotificationChannel.USER_LOCKED_LIGHTS;
2076 | USER_LOCKED_LIGHTS, in testLockFields_vibrationAndLights()
2089 assertEquals(USER_LOCKED_LIGHTS, in testLockFields_lightsAndImportance()
2097 assertEquals(USER_LOCKED_LIGHTS in testLockFields_lightsAndImportance()
5260 | USER_LOCKED_LIGHTS | USER_LOCKED_VIBRATION | USER_LOCKED_SOUND in testUpdateConversationParent_doesNotUpdateLockedFields()
H A DNotificationRecordTest.java443 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in testLights_locked_preUpgrade()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java292 & NotificationChannel.USER_LOCKED_LIGHTS) == 0) { in calculateLights()
H A DPreferencesHelper.java1198 if ((conversation.getUserLockedFields() & NotificationChannel.USER_LOCKED_LIGHTS) == 0 in maybeUpdateChildConversationChannel()
1966 update.lockFields(NotificationChannel.USER_LOCKED_LIGHTS); in lockFieldsForUpdateLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8033 Landroid/app/NotificationChannel;->USER_LOCKED_LIGHTS:I