Searched refs:getSectioner (Results 1 – 5 of 5) sorted by relevance
49 public NotifSectioner getSectioner() { in getSectioner() method in ColorizedFgsCoordinator
73 mFgsSection = mColorizedFgsCoordinator.getSectioner(); in setup()
145 when(mNotifSection.getSectioner()).thenReturn(mNotifSectioner); in setUp()631 ? Collections.singleton(mNotifSection.getSectioner()) in setSectionIsLowPriority()
501 section.getSectioner().onEntriesUpdated(mTempSectionMembers); in notifySectionEntriesUpdated()1193 notifSection.getSectioner().onCleanup(); in cleanupPluggables()1357 if (section.getSectioner().isInSection(entry)) { in findSection()
1617 assertEquals(originalSectioner, mEntrySet.get(0).getSection().getSectioner()); in testStabilizeSectionDisallowsNewSection()1628 assertEquals(originalSectioner, mEntrySet.get(0).getSection().getSectioner()); in testStabilizeSectionDisallowsNewSection()1636 assertEquals(newSectioner, mEntrySet.get(0).getSection().getSectioner()); in testStabilizeSectionDisallowsNewSection()