Home
last modified time | relevance | path

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

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