Searched refs:getLockscreenVisibility (Results 1 – 6 of 6) sorted by relevance
548 public int getLockscreenVisibility() { in getLockscreenVisibility() method in NotificationChannel717 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()
46 record.setPackageVisibilityOverride(record.getChannel().getLockscreenVisibility()); in process()
670 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()
277 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()
3860 Landroid/app/NotificationChannel;->getLockscreenVisibility()I
5635 method public int getLockscreenVisibility();