Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java590 public int getLockscreenVisibility() { in getLockscreenVisibility() method in NotificationChannel
810 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in writeXml()
812 Integer.toString(getLockscreenVisibility())); in writeXml()
880 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in toJson()
881 record.put(ATT_VISIBILITY, Notification.visibilityToString(getLockscreenVisibility())); in toJson()
994 && getLockscreenVisibility() == that.getLockscreenVisibility() in equals()
1018 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()
/frameworks/base/services/core/java/com/android/server/notification/
DVisibilityExtractor.java46 record.setPackageVisibilityOverride(record.getChannel().getLockscreenVisibility()); in process()
DPreferencesHelper.java731 if (channel.getLockscreenVisibility() == Notification.VISIBILITY_PUBLIC) { in createNotificationChannel()
768 if (updatedChannel.getLockscreenVisibility() == Notification.VISIBILITY_PUBLIC) { in updateNotificationChannel()
798 r.visibility = updatedChannel.getLockscreenVisibility(); in updateNotificationChannel()
1412 if (original.getLockscreenVisibility() != update.getLockscreenVisibility()) { in lockFieldsForUpdateLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java221 assertEquals(expected.getLockscreenVisibility(), actual.getLockscreenVisibility()); in compareChannels()
617 assertEquals(NotificationManager.VISIBILITY_NO_OVERRIDE, updated.getLockscreenVisibility()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
658 assertEquals(Notification.VISIBILITY_SECRET, updated1.getLockscreenVisibility()); in testChannelXml_upgradeCreateDefaultChannel()
909 assertFalse(Notification.VISIBILITY_SECRET == savedChannel.getLockscreenVisibility()); in testCreateChannel_CannotChangeHiddenFields()
940 assertFalse(Notification.VISIBILITY_SECRET == savedChannel.getLockscreenVisibility()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
/frameworks/base/non-updatable-api/
Dcurrent.txt5769 method public int getLockscreenVisibility();
/frameworks/base/api/
Dcurrent.txt5769 method public int getLockscreenVisibility();