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/
DShadeListBuilder.java596 entry.getAttachState().setSectionIndex(-1); in annulAddition()
597 entry.getAttachState().setSection(null); in annulAddition()
598 entry.getAttachState().setPromoter(null); in annulAddition()
611 child.getAttachState().setSection(sectionWithIndex.first); in sortList()
612 child.getAttachState().setSectionIndex(sectionWithIndex.second); in sortList()
637 final ListAttachState curr = entry.getAttachState(); in logAttachStateChanges()
719 entry.getAttachState().setExcludingFilter(filter); in applyFilters()
742 entry.getAttachState().setPromoter(promoter); in applyTopLevelPromoters()
761 entry.getAttachState().setSection(section); in applySections()
762 entry.getAttachState().setSectionIndex(sectionIndex); in applySections()
DListEntry.java73 ListAttachState getAttachState() { in getAttachState() method in ListEntry
DNotificationEntry.java305 return getAttachState().getExcludingFilter(); in getExcludingFilter()
309 return getAttachState().getPromoter(); in getNotifPromoter()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java67 entry.getAttachState().setSectionIndex(mSection); in build()