Searched refs:sectioner (Results 1 – 9 of 9) sorted by relevance
27 val sectioner: NotifSectioner,31 val bucket: Int = sectioner.bucket33 val headerController: NodeController? = sectioner.headerNodeController34 val comparator: NotifComparator? = sectioner.comparator39 dump("sectioner", sectioner)
111 sectioner: NotifSectioner,114 ) = logPluggableInvalidated("NotifSection", sectioner, pipelineState, reason)
46 return lowPrioritySections.contains(section.sectioner)70 return silentSections.contains(section.sectioner)
48 str1 = section?.sectioner?.name ?: "(null)"58 str1 = section?.sectioner?.name ?: "(null)"
108 mOrderedSections.add(headsUpCoordinator.sectioner) // HeadsUp109 mOrderedSections.add(colorizedFgsCoordinator.sectioner) // ForegroundService
684 val sectioner = object : NotifSectioner("HeadsUp", BUCKET_HEADS_UP) { regex
248 for (NotifSectioner sectioner : sectioners) { in setSectioners()249 final NotifSection section = new NotifSection(sectioner, mNotifSections.size()); in setSectioners()252 sectioner.setInvalidationListener(this::onNotifSectionInvalidated); in setSectioners()
894 NotifSectioner sectioner = new PackageSectioner( in testThatSectionComparatorsAreCalled() local896 mListBuilder.setSectioners(List.of(sectioner)); in testThatSectionComparatorsAreCalled()933 NotifSectioner sectioner = new PackageSectioner(List.of(PACKAGE_3), comparator); in testThatSectionComparatorsAreNotCalledForSectionWithSingleEntry() local934 mListBuilder.setSectioners(List.of(sectioner)); in testThatSectionComparatorsAreNotCalledForSectionWithSingleEntry()
160 notifSectioner = coordinator.sectioner