Searched refs:isMinimizedSection (Results 1 – 4 of 4) sorted by relevance
85 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(false) in testSetSystemExpandedOnlyOnFirst()86 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(false) in testSetSystemExpandedOnlyOnFirst()96 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(true) in testSetSystemExpandedNeverIfMinimized()97 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(true) in testSetSystemExpandedNeverIfMinimized()
124 val isMinimizedSection = sectionStyleProvider.isMinimizedSection(section) in isEntryMinimized() constant127 return isMinimizedSection && (isTopLevelEntry || isGroupSummary) in isEntryMinimized()
48 fun isMinimizedSection(section: NotifSection): Boolean { in isMinimizedSection() method in com.android.systemui.statusbar.notification.collection.provider.SectionStyleProvider58 return isMinimizedSection(section) in isMinimized()
66 !mSectionStyleProvider.isMinimizedSection(entry.section!!) in <lambda>()