Home
last modified time | relevance | path

Searched refs:getLockscreenVisibility (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationChannel.java548 public int getLockscreenVisibility() { in getLockscreenVisibility() method in NotificationChannel
717 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in writeXml()
719 Integer.toString(getLockscreenVisibility())); in writeXml()
781 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in toJson()
782 record.put(ATT_VISIBILITY, Notification.visibilityToString(getLockscreenVisibility())); in toJson()
895 if (getLockscreenVisibility() != that.getLockscreenVisibility()) return false; in equals()
930 result = 31 * result + getLockscreenVisibility(); in hashCode()
/frameworks/base/services/core/java/com/android/server/notification/
DVisibilityExtractor.java46 record.setPackageVisibilityOverride(record.getChannel().getLockscreenVisibility()); in process()
DRankingHelper.java670 if (channel.getLockscreenVisibility() == Notification.VISIBILITY_PUBLIC) { in createNotificationChannel()
702 if (updatedChannel.getLockscreenVisibility() == Notification.VISIBILITY_PUBLIC) { in updateNotificationChannel()
720 r.visibility = updatedChannel.getLockscreenVisibility(); in updateNotificationChannel()
1058 if (original.getLockscreenVisibility() != update.getLockscreenVisibility()) { in lockFieldsForUpdate()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java277 assertEquals(expected.getLockscreenVisibility(), actual.getLockscreenVisibility()); in compareChannels()
647 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, updated.getLockscreenVisibility()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
687 assertEquals(Notification.VISIBILITY_SECRET, updated1.getLockscreenVisibility()); in testChannelXml_upgradeCreateDefaultChannel()
897 assertFalse(Notification.VISIBILITY_SECRET == savedChannel.getLockscreenVisibility()); in testCreateChannel_CannotChangeHiddenFields()
926 assertFalse(Notification.VISIBILITY_SECRET == savedChannel.getLockscreenVisibility()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3860 Landroid/app/NotificationChannel;->getLockscreenVisibility()I
/frameworks/base/api/
Dcurrent.txt5635 method public int getLockscreenVisibility();