Searched refs:USER_LOCKED_PRIORITY (Results 1 – 4 of 4) sorted by relevance
182 public static final int USER_LOCKED_PRIORITY = 0x00000001; field in NotificationChannel219 USER_LOCKED_PRIORITY,
29 import static android.app.NotificationChannel.USER_LOCKED_PRIORITY;1889 | USER_LOCKED_PRIORITY in testChannelXml_upgradeCreateDefaultChannel()2223 channel.lockFields(USER_LOCKED_PRIORITY in testClearLockedFields()2237 update1.lockFields(USER_LOCKED_PRIORITY); in testLockFields_soundAndVibration()2239 assertEquals(USER_LOCKED_PRIORITY in testLockFields_soundAndVibration()2247 assertEquals(USER_LOCKED_PRIORITY in testLockFields_soundAndVibration()2308 assertEquals(USER_LOCKED_PRIORITY, in testLockFields_visibilityAndDndAndBadge()2315 assertEquals(USER_LOCKED_PRIORITY in testLockFields_visibilityAndDndAndBadge()2323 assertEquals(USER_LOCKED_PRIORITY in testLockFields_visibilityAndDndAndBadge()5463 USER_LOCKED_PRIORITY | USER_LOCKED_VISIBILITY | USER_LOCKED_IMPORTANCE in testUpdateConversationParent_doesNotUpdateLockedFields()
600 channel.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in createDefaultChannelIfNeededLocked()1242 if ((conversation.getUserLockedFields() & NotificationChannel.USER_LOCKED_PRIORITY) == 0 in maybeUpdateChildConversationChannel()2018 update.lockFields(NotificationChannel.USER_LOCKED_PRIORITY); in lockFieldsForUpdateLocked()
8034 Landroid/app/NotificationChannel;->USER_LOCKED_PRIORITY:I