Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java101 public static final int USER_LOCKED_VIBRATION = 0x00000010; field in NotificationChannel
120 USER_LOCKED_VIBRATION,
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DNotificationRecordTest.java276 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in testVibration_custom_userLocked_preUpgrade()
DRankingHelperTest.java913 | NotificationChannel.USER_LOCKED_VIBRATION, in testLockFields_soundAndVibration()
925 assertEquals(NotificationChannel.USER_LOCKED_VIBRATION, in testLockFields_vibrationAndLights()
932 assertEquals(NotificationChannel.USER_LOCKED_VIBRATION in testLockFields_vibrationAndLights()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java244 & NotificationChannel.USER_LOCKED_VIBRATION) == 0) { in calculateVibration()
DRankingHelper.java862 update.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in lockFieldsForUpdate()