Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java129 if ((userlock & NotificationChannel.USER_LOCKED_VIBRATION) != 0) { in createScreenshotChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java103 public static final int USER_LOCKED_VIBRATION = 0x00000010; field in NotificationChannel
122 USER_LOCKED_VIBRATION,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java961 | NotificationChannel.USER_LOCKED_VIBRATION, in testLockFields_soundAndVibration()
973 assertEquals(NotificationChannel.USER_LOCKED_VIBRATION, in testLockFields_vibrationAndLights()
980 assertEquals(NotificationChannel.USER_LOCKED_VIBRATION in testLockFields_vibrationAndLights()
DNotificationRecordTest.java275 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in testVibration_custom_userLocked_preUpgrade()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java274 & NotificationChannel.USER_LOCKED_VIBRATION) == 0) { in calculateVibration()
DRankingHelper.java1073 update.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in lockFieldsForUpdate()