D | HeadsUpCoordinatorTest.kt | 100 private lateinit var groupSummary: NotificationEntry in <lambda>() variable in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest 164 groupSummary = helper.createSummaryNotification(GROUP_ALERT_ALL, 0, "summary", 500) in <lambda>() 445 setShouldHeadsUp(groupSummary) in <lambda>() 446 whenever(notifPipeline.allNotifs).thenReturn(listOf(groupSummary, groupSibling1)) in <lambda>() 448 collectionListener.onEntryAdded(groupSummary) in <lambda>() 454 verify(headsUpViewBinder, never()).bindHeadsUpView(eq(groupSummary), any()) in <lambda>() 457 verify(headsUpManager, never()).showNotification(groupSummary) in <lambda>() 462 assertTrue(groupSummary.hasInterrupted()) in <lambda>() 467 setShouldHeadsUp(groupSummary) in <lambda>() 468 whenever(notifPipeline.allNotifs).thenReturn(listOf(groupSummary, groupChild1)) in <lambda>() [all …]
|