Home
last modified time | relevance | path

Searched refs:isLastMessageFromReply (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryTest.java229 assertTrue(entry.isLastMessageFromReply()); in notificationDataEntry_testIsLastMessageFromReply()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java539 public boolean isLastMessageFromReply() { in isLastMessageFromReply() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java314 if (hideRepliedMessages && entry.isLastMessageFromReply()) { in shouldShowNotificationIcon()