Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DChannelsTest.java89 NotificationChannel.USER_LOCKED_SOUND); in testInheritFromLegacy_keepsUserLockedLegacySettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DNotificationChannels.java125 if ((userlock & NotificationChannel.USER_LOCKED_SOUND) != 0) { in createScreenshotChannel()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java241 & NotificationChannel.USER_LOCKED_SOUND) == 0) { in calculateSound()
320 & NotificationChannel.USER_LOCKED_SOUND) == 0) { in calculateAttributes()
1230 & NotificationChannel.USER_LOCKED_SOUND) != 0); in calculateGrantableUris()
DPreferencesHelper.java1407 update.lockFields(NotificationChannel.USER_LOCKED_SOUND); in lockFieldsForUpdateLocked()
/frameworks/base/core/java/android/app/
DNotificationChannel.java114 public static final int USER_LOCKED_SOUND = 0x00000020; field in NotificationChannel
135 USER_LOCKED_SOUND,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java204 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testSound_default_userLocked_preUpgrade()
755 channel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testCalculateGrantableUris_PuserOverridden()
DPreferencesHelperTest.java964 | NotificationChannel.USER_LOCKED_SOUND, in testLockFields_soundAndVibration()
972 | NotificationChannel.USER_LOCKED_SOUND in testLockFields_soundAndVibration()