Home
last modified time | relevance | path

Searched refs:USER_LOCKED_SOUND (Results 1 – 9 of 9) 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.java130 if ((userlock & NotificationChannel.USER_LOCKED_SOUND) != 0) { in createScreenshotChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java184 public static final int USER_LOCKED_SOUND = 0x00000020; field in NotificationChannel
205 USER_LOCKED_SOUND,
940 return (mUserLockedFields & USER_LOCKED_SOUND) != 0; in hasUserSetSound()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java249 & NotificationChannel.USER_LOCKED_SOUND) == 0) { in calculateSound()
327 & NotificationChannel.USER_LOCKED_SOUND) == 0) { in calculateAttributes()
1298 & NotificationChannel.USER_LOCKED_SOUND) != 0); in calculateGrantableUris()
DPreferencesHelper.java1875 update.lockFields(NotificationChannel.USER_LOCKED_SOUND); in lockFieldsForUpdateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java277 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testSound_default_userLocked_preUpgrade()
841 channel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testCalculateGrantableUris_PuserOverridden()
DPreferencesHelperTest.java1104 | NotificationChannel.USER_LOCKED_SOUND, in testLockFields_soundAndVibration()
1112 | NotificationChannel.USER_LOCKED_SOUND in testLockFields_soundAndVibration()
/frameworks/base/core/api/
Dsystem-current.txt768 field public static final int USER_LOCKED_SOUND = 32; // 0x20
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8036 Landroid/app/NotificationChannel;->USER_LOCKED_SOUND:I