Home
last modified time | relevance | path

Searched refs:USER_LOCKED_VISIBILITY (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java91 public static final int USER_LOCKED_VISIBILITY = 0x00000002; field in NotificationChannel
119 USER_LOCKED_VISIBILITY,
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java690 | NotificationChannel.USER_LOCKED_VISIBILITY, in testChannelXml_upgradeCreateDefaultChannel()
1024 | NotificationChannel.USER_LOCKED_VISIBILITY, in testLockFields_visibilityAndDndAndBadge()
1032 | NotificationChannel.USER_LOCKED_VISIBILITY in testLockFields_visibilityAndDndAndBadge()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java386 channel.lockFields(NotificationChannel.USER_LOCKED_VISIBILITY); in createDefaultChannelIfNeeded()
1059 update.lockFields(NotificationChannel.USER_LOCKED_VISIBILITY); in lockFieldsForUpdate()