Searched refs:finalSection (Results 1 – 1 of 1) sorted by relevance
1322 NotifSection finalSection = newSection; in applySections() local1333 finalSection = prevAttachState.getSection(); in applySections()1337 setEntrySection(entry, finalSection); in applySections()1338 return finalSection; in applySections()1341 private void setEntrySection(ListEntry entry, NotifSection finalSection) { in setEntrySection() argument1342 entry.getAttachState().setSection(finalSection); in setEntrySection()1345 representativeEntry.getAttachState().setSection(finalSection); in setEntrySection()1346 if (finalSection != null) { in setEntrySection()1347 representativeEntry.setBucket(finalSection.getBucket()); in setEntrySection()