Home
last modified time | relevance | path

Searched refs:USER_LOCKED_SOUND (Results 1 – 8 of 8) 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.java238 & NotificationChannel.USER_LOCKED_SOUND) == 0) { in calculateSound()
317 & NotificationChannel.USER_LOCKED_SOUND) == 0) { in calculateAttributes()
1200 & NotificationChannel.USER_LOCKED_SOUND) != 0); in calculateGrantableUris()
DPreferencesHelper.java1423 update.lockFields(NotificationChannel.USER_LOCKED_SOUND); in lockFieldsForUpdateLocked()
/frameworks/base/core/java/android/app/
DNotificationChannel.java112 public static final int USER_LOCKED_SOUND = 0x00000020; field in NotificationChannel
133 USER_LOCKED_SOUND,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java230 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testSound_default_userLocked_preUpgrade()
781 channel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testCalculateGrantableUris_PuserOverridden()
DPreferencesHelperTest.java967 | NotificationChannel.USER_LOCKED_SOUND, in testLockFields_soundAndVibration()
975 | NotificationChannel.USER_LOCKED_SOUND in testLockFields_soundAndVibration()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8039 Landroid/app/NotificationChannel;->USER_LOCKED_SOUND:I