Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationEntryManagerTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -281,6 +281,9 @@ public class NotificationEntryManagerTest extends SysuiTestCase { when(mExpandableNotificationRowComponentBuilder .inflationCallback(any())) .thenReturn(mExpandableNotificationRowComponentBuilder); when(mExpandableNotificationRowComponentBuilder .rowContentBindStage(any())) .thenReturn(mExpandableNotificationRowComponentBuilder); when(mExpandableNotificationRowComponentBuilder .onExpandClickListener(any())) .thenReturn(mExpandableNotificationRowComponentBuilder); Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationEntryManagerTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -281,6 +281,9 @@ public class NotificationEntryManagerTest extends SysuiTestCase { when(mExpandableNotificationRowComponentBuilder .inflationCallback(any())) .thenReturn(mExpandableNotificationRowComponentBuilder); when(mExpandableNotificationRowComponentBuilder .rowContentBindStage(any())) .thenReturn(mExpandableNotificationRowComponentBuilder); when(mExpandableNotificationRowComponentBuilder .onExpandClickListener(any())) .thenReturn(mExpandableNotificationRowComponentBuilder); Loading