Searched refs:representativeEntry (Results 1 – 13 of 13) sorted by relevance
184 verify(entry.representativeEntry!!).setSensitive(false, false) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction()205 verify(entry.representativeEntry!!).setSensitive(false, true) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_sensitiveActive()206 verify(entry.representativeEntry!!.row!!).setPublicExpanderVisible(true) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_sensitiveActive()232 verify(entry.representativeEntry!!).setSensitive(true, false) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_shouldProtectNotification()233 verify(entry.representativeEntry!!.row!!).setPublicExpanderVisible(false) in onBeforeRenderList_deviceUnlocked_notifDoesNotNeedRedaction_shouldProtectNotification()252 verify(entry.representativeEntry!!).setSensitive(false, false) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction()273 verify(entry.representativeEntry!!).setSensitive(false, true) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_sensitiveActive()274 verify(entry.representativeEntry!!.row!!).setPublicExpanderVisible(true) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_sensitiveActive()300 verify(entry.representativeEntry!!).setSensitive(true, false) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_shouldProtectNotification()301 verify(entry.representativeEntry!!.row!!).setPublicExpanderVisible(false) in onBeforeRenderList_deviceUnlocked_notifWouldNeedRedaction_shouldProtectNotification()[all …]
83 NotificationEntry representativeEntry = entry.getRepresentativeEntry(); in getChildren() local84 if (representativeEntry != null && isGroupSummary(representativeEntry)) { in getChildren()86 GroupEntry parent = representativeEntry.getParent(); in getChildren()
95 entry.representativeEntry?.let { notifEntry -> in buildActiveNotificationsStore()110 entry.representativeEntry?.let { representativeEntry -> in buildActiveNotificationsStore() method111 result[representativeEntry.key] = representativeEntry.ranking.rank in buildActiveNotificationsStore()
63 entry.representativeEntry?.let { notifEntry -> in <lambda>()74 entry.representativeEntry?.let { markedKeys.add(it.key) } in <lambda>()
65 entryToExpand = list.firstOrNull()?.representativeEntry?.takeIf { entry -> in <lambda>()
84 val entry = checkNotNull(it.representativeEntry) { "Null notif entry for ${it.key}" } in calculateNotifStats()
159 listEntry.representativeEntry?.let { yield(it) } in extractAllRepresentativeEntries()
140 entry.representativeEntry?.let { in <lambda>()
698 mHeadsUpManager.compare(o1.representativeEntry, o2.representativeEntry) in <lambda>()
417 predicate(representativeEntry) -> true in <lambda>()
147 whenever(this.representativeEntry).thenReturn(this) in mockNotificationEntry()
206 entry.representativeEntry?.isAmbient == true -> true in shouldHideIfEntrySilent()
1344 NotificationEntry representativeEntry = entry.getRepresentativeEntry(); in setEntrySection() local1345 if (representativeEntry != null) { in setEntrySection()1346 representativeEntry.getAttachState().setSection(finalSection); in setEntrySection()1348 representativeEntry.setBucket(finalSection.getBucket()); in setEntrySection()