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.java132 if ((userlock & NotificationChannel.USER_LOCKED_VIBRATION) != 0) { in createScreenshotChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java132 public static final int USER_LOCKED_VIBRATION = 0x00000010; field in NotificationChannel
158 USER_LOCKED_VIBRATION,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java304 & NotificationChannel.USER_LOCKED_VIBRATION) == 0) { in calculateVibration()
DPreferencesHelper.java1783 update.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in lockFieldsForUpdateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java315 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in testVibration_custom_userLocked_preUpgrade()
DPreferencesHelperTest.java1048 | NotificationChannel.USER_LOCKED_VIBRATION, in testLockFields_soundAndVibration()
1060 assertEquals(NotificationChannel.USER_LOCKED_VIBRATION, in testLockFields_vibrationAndLights()
1067 assertEquals(NotificationChannel.USER_LOCKED_VIBRATION in testLockFields_vibrationAndLights()