Home
last modified time | relevance | path

Searched refs:section2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilderTest.kt65 private val section2 = buildSection(2, section2Bucket, headerController2) constant in com.android.systemui.statusbar.notification.collection.render.NodeSpecBuilderTest
89 notif(1, section2), in testMultipleSectionsWithSameController()
174 notif(3, section2) in testHeaderInjection()
200 notif(3, section2) in testHeaderSuppression()
225 notif(5, section2), in testGroups()
226 group(6, section2, in testGroups()
266 notif(5, section2) in testSecondSectionWithNoHeader()
/frameworks/base/cmds/incidentd/tests/
Dsection_list.cpp48 TestSection section2(2); variable
52 &section2,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRowAppearanceCoordinatorTest.kt59 @Mock private lateinit var section2: NotifSection variable in com.android.systemui.statusbar.notification.collection.coordinator.RowAppearanceCoordinatorTest
80 entry2 = NotificationEntryBuilder().setSection(section2).build() in setUp()