Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DVisibilityExtractor.java54 record.setPackageVisibilityOverride(record.getChannel().getLockscreenVisibility()); in process()
60 boolean channelCanShowNotifications = record.getChannel().getLockscreenVisibility() in process()
73 boolean channelCanShowContents = record.getChannel().getLockscreenVisibility() in process()
DPreferencesHelper.java1076 if (channel.getLockscreenVisibility() == Notification.VISIBILITY_PUBLIC) { in createNotificationChannel()
1146 if (updatedChannel.getLockscreenVisibility() == Notification.VISIBILITY_PUBLIC) { in updateNotificationChannel()
1167 r.visibility = updatedChannel.getLockscreenVisibility(); in updateNotificationChannel()
1248 && oldParent.getLockscreenVisibility() in maybeUpdateChildConversationChannel()
1249 != updatedParent.getLockscreenVisibility()) { in maybeUpdateChildConversationChannel()
1250 conversation.setLockscreenVisibility(updatedParent.getLockscreenVisibility()); in maybeUpdateChildConversationChannel()
2020 if (original.getLockscreenVisibility() != update.getLockscreenVisibility()) { in lockFieldsForUpdateLocked()
/frameworks/base/core/java/android/app/
DNotificationChannel.java916 public int getLockscreenVisibility() { in getLockscreenVisibility() method in NotificationChannel
1309 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in writeXml()
1310 out.attributeInt(null, ATT_VISIBILITY, getLockscreenVisibility()); in writeXml()
1398 if (getLockscreenVisibility() != DEFAULT_VISIBILITY) { in toJson()
1399 record.put(ATT_VISIBILITY, Notification.visibilityToString(getLockscreenVisibility())); in toJson()
1529 && getLockscreenVisibility() == that.getLockscreenVisibility() in equals()
1559 getLockscreenVisibility(), getSound(), mLights, getLightColor(), in hashCode()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java421 assertEquals(expected.getLockscreenVisibility(), actual.getLockscreenVisibility()); in compareChannels()
441 assertEquals(parent.getLockscreenVisibility(), actual.getLockscreenVisibility()); in compareChannelsParentChild()
1844 assertEquals(VISIBILITY_NO_OVERRIDE, updated.getLockscreenVisibility()); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
1887 assertEquals(VISIBILITY_SECRET, updated1.getLockscreenVisibility()); in testChannelXml_upgradeCreateDefaultChannel()
2179 assertFalse(VISIBILITY_SECRET == savedChannel.getLockscreenVisibility()); in testCreateChannel_CannotChangeHiddenFields()
2212 assertFalse(VISIBILITY_SECRET == savedChannel.getLockscreenVisibility()); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
5416 assertThat(originalChild.getLockscreenVisibility()).isEqualTo(VISIBILITY_NO_OVERRIDE); in testUpdateConversationParent_updatesUnlockedFields()
5439 assertThat(updatedChild.getLockscreenVisibility()).isEqualTo(VISIBILITY_SECRET); in testUpdateConversationParent_updatesUnlockedFields()
5483 assertThat(updatedChild.getLockscreenVisibility()).isEqualTo(VISIBILITY_NO_OVERRIDE); in testUpdateConversationParent_doesNotUpdateLockedFields()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java1040 && getRanking().getChannel().getLockscreenVisibility() in isChannelVisibilityPrivate()
/frameworks/base/config/
Dboot-profile.txt664 Landroid/app/NotificationChannel;->getLockscreenVisibility()I
Dboot-image-profile.txt2319 HSPLandroid/app/NotificationChannel;->getLockscreenVisibility()I
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt2319 HSPLandroid/app/NotificationChannel;->getLockscreenVisibility()I
/frameworks/base/core/api/
Dcurrent.txt6944 method public int getLockscreenVisibility();