Searched refs:USER_LOCKED_SOUND (Results 1 – 9 of 9) sorted by relevance
89 NotificationChannel.USER_LOCKED_SOUND); in testInheritFromLegacy_keepsUserLockedLegacySettings()
130 if ((userlock & NotificationChannel.USER_LOCKED_SOUND) != 0) { in createScreenshotChannel()
184 public static final int USER_LOCKED_SOUND = 0x00000020; field in NotificationChannel205 USER_LOCKED_SOUND,940 return (mUserLockedFields & USER_LOCKED_SOUND) != 0; in hasUserSetSound()
249 & NotificationChannel.USER_LOCKED_SOUND) == 0) { in calculateSound()327 & NotificationChannel.USER_LOCKED_SOUND) == 0) { in calculateAttributes()1298 & NotificationChannel.USER_LOCKED_SOUND) != 0); in calculateGrantableUris()
1875 update.lockFields(NotificationChannel.USER_LOCKED_SOUND); in lockFieldsForUpdateLocked()
277 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testSound_default_userLocked_preUpgrade()841 channel.lockFields(NotificationChannel.USER_LOCKED_SOUND); in testCalculateGrantableUris_PuserOverridden()
1104 | NotificationChannel.USER_LOCKED_SOUND, in testLockFields_soundAndVibration()1112 | NotificationChannel.USER_LOCKED_SOUND in testLockFields_soundAndVibration()
768 field public static final int USER_LOCKED_SOUND = 32; // 0x20
8036 Landroid/app/NotificationChannel;->USER_LOCKED_SOUND:I