Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java191 public static final int USER_LOCKED_VIBRATION = 0x00000010; field in NotificationChannel
216 USER_LOCKED_VIBRATION,
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java32 import static android.app.NotificationChannel.USER_LOCKED_VIBRATION;
2055 | USER_LOCKED_VIBRATION, in testLockFields_soundAndVibration()
2068 assertEquals(USER_LOCKED_VIBRATION, in testLockFields_vibrationAndLights()
2075 assertEquals(USER_LOCKED_VIBRATION in testLockFields_vibrationAndLights()
5260 | USER_LOCKED_LIGHTS | USER_LOCKED_VIBRATION | USER_LOCKED_SOUND in testUpdateConversationParent_doesNotUpdateLockedFields()
H A DNotificationRecordTest.java345 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in testVibration_custom_userLocked_preUpgrade()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java323 & NotificationChannel.USER_LOCKED_VIBRATION) == 0) { in calculateVibration()
H A DPreferencesHelper.java1210 if ((conversation.getUserLockedFields() & NotificationChannel.USER_LOCKED_VIBRATION) == 0 in maybeUpdateChildConversationChannel()
1973 update.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in lockFieldsForUpdateLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8037 Landroid/app/NotificationChannel;->USER_LOCKED_VIBRATION:I