Home
last modified time | relevance | path

Searched refs:USER_LOCKED_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java182 public static final int USER_LOCKED_PRIORITY = 0x00000001; field in NotificationChannel
219 USER_LOCKED_PRIORITY,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java29 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()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java600 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt8034 Landroid/app/NotificationChannel;->USER_LOCKED_PRIORITY:I