Searched refs:sectionStyleProvider (Results 1 – 7 of 7) sorted by relevance
56 @Mock private lateinit var sectionStyleProvider: SectionStyleProvider69 sectionStyleProvider85 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(false)86 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(false)96 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(true)97 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(true)
36 sectionStyleProvider: SectionStyleProvider,116 sectionStyleProvider.setMinimizedSections(setOf(rankingCoordinator.minimizedSectioner))117 sectionStyleProvider.setSilentSections(listOf(
45 private val sectionStyleProvider: SectionStyleProvider,105 val isMinimizedSection = sectionStyleProvider.isMinimizedSection(section)
52 private val sectionStyleProvider: SectionStyleProvider = mock()71 sectionStyleProvider,
60 @Mock private lateinit var sectionStyleProvider: SectionStyleProvider87 sectionStyleProvider,
87 private val sectionStyleProvider: SectionStyleProvider,389 if (!showAmbient && sectionStyleProvider.isMinimized(entry)) {395 if (!showLowPriority && sectionStyleProvider.isSilent(entry)) {
138 SectionStyleProvider sectionStyleProvider, in LegacyNotificationIconAreaControllerImpl() argument152 mSectionStyleProvider = sectionStyleProvider; in LegacyNotificationIconAreaControllerImpl()