Searched refs:USER_LOCKED_SOUND (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java126 if ((userlock & NotificationChannel.USER_LOCKED_SOUND) != 0) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DChannelsTest.java92 NotificationChannel.USER_LOCKED_SOUND);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java217 & NotificationChannel.USER_LOCKED_SOUND) == 0) {
296 & NotificationChannel.USER_LOCKED_SOUND) == 0) {
1051 & NotificationChannel.USER_LOCKED_SOUND) != 0);
H A DRankingHelper.java1069 update.lockFields(NotificationChannel.USER_LOCKED_SOUND);
/frameworks/base/core/java/android/app/
H A DNotificationChannel.java107 public static final int USER_LOCKED_SOUND = 0x00000020; field in class:NotificationChannel
123 USER_LOCKED_SOUND,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordTest.java212 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND);
673 channel.lockFields(NotificationChannel.USER_LOCKED_SOUND);
H A DRankingHelperTest.java952 | NotificationChannel.USER_LOCKED_SOUND,
960 | NotificationChannel.USER_LOCKED_SOUND

Completed in 148 milliseconds