Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java365 NotificationChildrenContainer mockContainer = mock(NotificationChildrenContainer.class); in testReinflatedOnDensityChange() local
366 row.setChildrenContainer(mockContainer); in testReinflatedOnDensityChange()
370 verify(mockContainer).reInflateViews(any(), any()); in testReinflatedOnDensityChange()
470 NotificationChildrenContainer mockContainer = mock(NotificationChildrenContainer.class); in testFeedback_header() local
471 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() local
741 when(mockContainer.getNotificationViewWrapper()).thenReturn(mockViewWrapper); in testSetIconAnimationRunningGroup_Run()
746 when(mockContainer.getMinimizedGroupHeaderWrapper()).thenReturn(mockLowPriorityViewWrapper); in testSetIconAnimationRunningGroup_Run()
[all …]