Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListDumper.java168 if (notifEntry.getAttachState().getSuppressedChanges().getParent() != null) { in dumpEntry()
170 .append(notifEntry.getAttachState().getSuppressedChanges() in dumpEntry()
175 if (notifEntry.getAttachState().getSuppressedChanges().getSection() != null) { in dumpEntry()
177 .append(notifEntry.getAttachState().getSuppressedChanges() in dumpEntry()
DShadeListBuilder.java559 entry.getAttachState().getSuppressedChanges().setParent(assignedParent); in maybeSuppressGroupChange()
625 group.getAttachState().getSuppressedChanges().setWasPruneSuppressed(true); in pruneIncompleteGroups()
710 entry.getAttachState().setSection(null); in annulAddition()
711 entry.getAttachState().setPromoter(null); in annulAddition()
724 child.getAttachState().setSection(section); in sortList()
749 final ListAttachState curr = entry.getAttachState(); in logAttachStateChanges()
882 entry.getAttachState().setExcludingFilter(filter); in applyFilters()
905 entry.getAttachState().setPromoter(promoter); in applyTopLevelPromoters()
933 entry.getAttachState().getSuppressedChanges().setSection(newSection); in applySections()
940 entry.getAttachState().setSection(finalSection); in applySections()
DListEntry.java89 ListAttachState getAttachState() { in getAttachState() method in ListEntry
DNotificationEntry.java296 return getAttachState().getExcludingFilter(); in getExcludingFilter()
300 return getAttachState().getPromoter(); in getNotifPromoter()