Searched refs:getLockscreenVisibility (Results 1 – 10 of 10) sorted by relevance
54 record.setPackageVisibilityOverride(record.getChannel().getLockscreenVisibility()); in process()60 boolean channelCanShowNotifications = record.getChannel().getLockscreenVisibility() in process()73 boolean channelCanShowContents = record.getChannel().getLockscreenVisibility() in process()
1076 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()
916 public int getLockscreenVisibility() { in getLockscreenVisibility() method in NotificationChannel1309 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()
421 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()
1040 && getRanking().getChannel().getLockscreenVisibility() in isChannelVisibilityPrivate()
664 Landroid/app/NotificationChannel;->getLockscreenVisibility()I
2319 HSPLandroid/app/NotificationChannel;->getLockscreenVisibility()I
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6944 method public int getLockscreenVisibility();