Searched refs:isMinimizedSection (Results 1 – 4 of 4) sorted by relevance
85 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)
105 val isMinimizedSection = sectionStyleProvider.isMinimizedSection(section) regex108 return isMinimizedSection && (isTopLevelEntry || isGroupSummary)
45 fun isMinimizedSection(section: NotifSection): Boolean { regex55 return isMinimizedSection(section)
58 !mSectionStyleProvider.isMinimizedSection(entry.section!!)