Home
last modified time | relevance | path

Searched refs:representativeEntry (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DSensitiveContentCoordinatorTest.kt80 verify(entry.representativeEntry!!).setSensitive(false, false)
98 verify(entry.representativeEntry!!).setSensitive(false, false)
116 verify(entry.representativeEntry!!).setSensitive(false, false)
134 verify(entry.representativeEntry!!).setSensitive(false, true)
152 verify(entry.representativeEntry!!).setSensitive(true, true)
170 verify(entry.representativeEntry!!).setSensitive(false, true)
190 verify(entry.representativeEntry!!).setSensitive(true, true)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DConversationCoordinator.kt51 isConversation(entry.representativeEntry!!)
H A DSensitiveContentCoordinator.kt101 listEntry.representativeEntry?.let { yield(it) }
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java1002 NotificationEntry representativeEntry = entry.getRepresentativeEntry(); in setEntrySection() local
1003 if (representativeEntry != null && finalSection != null) { in setEntrySection()
1004 representativeEntry.setBucket(finalSection.getBucket()); in setEntrySection()