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

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

Completed in 158 milliseconds