Searched refs:section1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RowAppearanceCoordinatorTest.kt | 58 @Mock private lateinit var section1: NotifSection variable in com.android.systemui.statusbar.notification.collection.coordinator.RowAppearanceCoordinatorTest 79 entry1 = NotificationEntryBuilder().setSection(section1).build() in setUp() 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()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/ |
D | NodeSpecBuilderTest.kt | 63 private val section1 = buildSection(1, section1Bucket, headerController1) constant 108 notif(1, section1), in testMultipleSectionsWithSameControllerNonConsecutive() 110 notif(3, section1) in testMultipleSectionsWithSameControllerNonConsecutive() 173 notif(2, section1), in testHeaderInjection() 199 notif(2, section1), in testHeaderSuppression() 220 group(1, section1, in testGroups() 291 notif(1, section1), in testRepeatedSectionsThrow()
|
/frameworks/base/cmds/incidentd/tests/ |
D | section_list.cpp | 47 TestSection section1(1); variable 51 §ion1,
|