Searched refs:finalSection (Results 1 – 1 of 1) sorted by relevance
1323 NotifSection finalSection = newSection; in applySections() local1334 finalSection = prevAttachState.getSection(); in applySections()1338 setEntrySection(entry, finalSection); in applySections()1339 return finalSection; in applySections()1342 private void setEntrySection(ListEntry entry, NotifSection finalSection) { in setEntrySection() argument1343 entry.getAttachState().setSection(finalSection); in setEntrySection()1346 representativeEntry.getAttachState().setSection(finalSection); in setEntrySection()1347 if (finalSection != null) { in setEntrySection()1348 representativeEntry.setBucket(finalSection.getBucket()); in setEntrySection()