Searched refs:representativeEntry (Results 1 – 4 of 4) sorted by relevance
80 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)
51 isConversation(entry.representativeEntry!!)
101 listEntry.representativeEntry?.let { yield(it) }
1002 NotificationEntry representativeEntry = entry.getRepresentativeEntry(); in setEntrySection() local1003 if (representativeEntry != null && finalSection != null) { in setEntrySection()1004 representativeEntry.setBucket(finalSection.getBucket()); in setEntrySection()