Home
last modified time | relevance | path

Searched refs:isImportantConversation (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/
DIconManager.kt69 val isImportant = isImportantConversation(entry) in <lambda>()
71 isImportant != entry.icons.isImportantConversation) { in <lambda>()
74 entry.icons.isImportantConversation = isImportant in <lambda>()
201 val showPeopleAvatar = isImportantConversation(entry) && !redact in <lambda>()
230 if (isImportantConversation(entry)) { in <lambda>()
309 return isImportantConversation(entry) && !isSmallIcon && in <lambda>()
313 private fun isImportantConversation(entry: NotificationEntry): Boolean { in <lambda>() method in com.android.systemui.statusbar.notification.icon.IconManager
314 return entry.ranking.channel != null && entry.ranking.channel.isImportantConversation in <lambda>()
DIconPack.java123 boolean isImportantConversation() { in isImportantConversation() method in IconPack
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt93 entry?.channel?.isImportantConversation = true in testCreateIcons_importantConversation_shortcutIcon()
103 entry?.channel?.isImportantConversation = true in testCreateIcons_importantConversation_messageIcon()
113 entry?.channel?.isImportantConversation = true in testCreateIcons_importantConversation_largeIcon()
123 entry?.channel?.isImportantConversation = true in testCreateIcons_importantConversation_smallIcon()
143 entry?.channel?.isImportantConversation = true in testCreateIcons_sensitiveImportantConversation()
155 entry?.channel?.isImportantConversation = true in testUpdateIcons_sensitivityChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt45 if (entry.ranking.channel.isImportantConversation) in <lambda>()
87 val important = ranking.channel.isImportantConversation in onNotificationRankingUpdated()
94 if (important == layout.isImportantConversation) { in onNotificationRankingUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleIconFactory.java81 BitmapInfo getBadgeBitmap(Drawable userBadgedAppIcon, boolean isImportantConversation) { in getBadgeBitmap() argument
85 if (!isImportantConversation) { in getBadgeBitmap()
DBubble.java419 entry.getChannel() != null && entry.getChannel().isImportantConversation(); in setEntry()
497 boolean isImportantConversation() { in isImportantConversation() method in Bubble
DBubbleViewInfoTask.java180 b.isImportantConversation()); in populate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinator.kt33 return entry.channel?.isImportantConversation == true in shouldPromoteToTopLevel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java326 bindIcon(mNotificationChannel.isImportantConversation()); in bindConversationDetails()
503 if (mNotificationChannel.isImportantConversation()) { in getSelectedAction()
627 if (mChannelToUpdate.isImportantConversation()) { in run()
643 if (mChannelToUpdate.isImportantConversation()) { in run()
653 if (mChannelToUpdate.isImportantConversation()) { in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationConversationTemplateViewWrapper.kt143 if (conversationLayout.isImportantConversation) { in <lambda>()
155 if (conversationLayout.isImportantConversation) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java631 assertFalse(mConversationChannel.isImportantConversation()); in testFavorite()
674 assertFalse(mConversationChannel.isImportantConversation()); in testDefault()
755 assertTrue(captor.getValue().isImportantConversation()); in testFavorite_andSave()
831 assertTrue(captor.getValue().isImportantConversation()); in testFavorite_thenDefaultThenFavorite_andSave_nothingChanged()
865 assertFalse(captor.getValue().isImportantConversation()); in testDefault_andSave()
901 assertFalse(captor.getValue().isImportantConversation()); in testDefault_andSave_doesNotChangeNonImportantBubbling()
973 assertFalse(captor.getValue().isImportantConversation()); in testSilence_andSave()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt58 whenever(channel!!.isImportantConversation).thenReturn(true) in setUp()
/frameworks/base/core/proto/android/stats/sysui/
Dnotification_enums.proto29 IMPORTANCE_IMPORTANT_CONVERSATION = 5; // High + isImportantConversation().
/frameworks/base/core/java/android/app/
DNotificationChannel.java641 public boolean isImportantConversation() { in isImportantConversation() method in NotificationChannel
1040 if (isImportantConversation()) { in writeXml()
1041 out.attribute(null, ATT_IMP_CONVERSATION, Boolean.toString(isImportantConversation())); in writeXml()
1204 && isImportantConversation() == that.isImportantConversation(); in equals()
DNotification.java7628 boolean isImportantConversation = mConversationType == CONVERSATION_TYPE_IMPORTANT; in makeMessagingView()
7676 "setIsImportantConversation", isImportantConversation); in makeMessagingView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleNotificationIdentifier.kt101 channel?.isImportantConversation == true -> TYPE_IMPORTANT_PERSON in upperBound()
DPeopleHubNotificationListener.kt232 ranking.channel.isImportantConversation in extractPersonKey()
246 channel.isImportantConversation in extractPersonKey()
/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java352 public void setIsImportantConversation(boolean isImportantConversation) { in setIsImportantConversation() argument
353 setIsImportantConversation(isImportantConversation, false); in setIsImportantConversation()
357 public void setIsImportantConversation(boolean isImportantConversation, boolean animate) { in setIsImportantConversation() argument
358 mImportantConversation = isImportantConversation; in setIsImportantConversation()
359 mImportanceRingView.setVisibility(isImportantConversation && mIcon.getVisibility() != GONE in setIsImportantConversation()
362 if (animate && isImportantConversation) { in setIsImportantConversation()
420 public boolean isImportantConversation() { in isImportantConversation() method in ConversationLayout
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationChannelLogger.java240 return (channel.isImportantConversation()) in getLoggingImportance()
DZenModeFiltering.java195 && record.getChannel().isImportantConversation()) { in shouldIntercept()
DPreferencesHelper.java1334 && (nc.isImportantConversation() || !onlyImportant)) { in getConversations()
1951 event.writeBoolean(channel.isImportantConversation()); in pullPackageChannelPreferencesStats()
DNotificationManagerService.java8092 && (!childR.getChannel().isImportantConversation()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java866 builder.setImportant(channel.isImportantConversation()); in onNotificationChannelModified()
/frameworks/base/config/
Dboot-image-profile.txt2759 HSPLandroid/app/NotificationChannel;->isImportantConversation()Z
/frameworks/base/api/
Dcurrent.txt5953 method public boolean isImportantConversation();