Searched refs:mockContainer (Results 1 – 1 of 1) sorted by relevance
365 NotificationChildrenContainer mockContainer = mock(NotificationChildrenContainer.class); in testReinflatedOnDensityChange() local366 row.setChildrenContainer(mockContainer); in testReinflatedOnDensityChange()370 verify(mockContainer).reInflateViews(any(), any()); in testReinflatedOnDensityChange()470 NotificationChildrenContainer mockContainer = mock(NotificationChildrenContainer.class); in testFeedback_header() local471 when(mockContainer.getNotificationChildCount()).thenReturn(1); in testFeedback_header()472 group.setChildrenContainer(mockContainer); in testFeedback_header()479 verify(mockContainer, times(1)).setFeedbackIcon(icon); in testFeedback_header()736 NotificationChildrenContainer mockContainer = in testSetIconAnimationRunningGroup_Run() local741 when(mockContainer.getNotificationViewWrapper()).thenReturn(mockViewWrapper); in testSetIconAnimationRunningGroup_Run()746 when(mockContainer.getMinimizedGroupHeaderWrapper()).thenReturn(mockLowPriorityViewWrapper); in testSetIconAnimationRunningGroup_Run()[all …]