Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java128 if ((userlock & NotificationChannel.USER_LOCKED_VIBRATION) != 0) { in createScreenshotChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java110 public static final int USER_LOCKED_VIBRATION = 0x00000010; field in NotificationChannel
134 USER_LOCKED_VIBRATION,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java298 & NotificationChannel.USER_LOCKED_VIBRATION) == 0) { in calculateVibration()
DPreferencesHelper.java1411 update.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in lockFieldsForUpdateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java267 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_VIBRATION); in testVibration_custom_userLocked_preUpgrade()
DPreferencesHelperTest.java973 | NotificationChannel.USER_LOCKED_VIBRATION, in testLockFields_soundAndVibration()
985 assertEquals(NotificationChannel.USER_LOCKED_VIBRATION, in testLockFields_vibrationAndLights()
992 assertEquals(NotificationChannel.USER_LOCKED_VIBRATION in testLockFields_vibrationAndLights()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8565 Landroid/app/NotificationChannel;->USER_LOCKED_VIBRATION:I