Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManagerTest.java312 NotificationInfo notificationInfoView = mock(NotificationInfo.class); in testInitializeNotificationInfoView_showBlockingHelper() local
319 mGutsManager.initializeNotificationInfo(row, notificationInfoView); in testInitializeNotificationInfoView_showBlockingHelper()
321 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_showBlockingHelper()
341 NotificationInfo notificationInfoView = mock(NotificationInfo.class); in testInitializeNotificationInfoView_dontShowBlockingHelper() local
348 mGutsManager.initializeNotificationInfo(row, notificationInfoView); in testInitializeNotificationInfoView_dontShowBlockingHelper()
350 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_dontShowBlockingHelper()
370 NotificationInfo notificationInfoView = mock(NotificationInfo.class); in testInitializeNotificationInfoView_highPriority() local
379 mGutsManager.initializeNotificationInfo(row, notificationInfoView); in testInitializeNotificationInfoView_highPriority()
381 verify(notificationInfoView).bindNotification( in testInitializeNotificationInfoView_highPriority()
401 NotificationInfo notificationInfoView = mock(NotificationInfo.class); in testInitializeNotificationInfoView_PassesAlongProvisionedState() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGutsManager.java285 NotificationInfo notificationInfoView) throws Exception { in initializeNotificationInfo() argument
315 notificationInfoView.bindNotification( in initializeNotificationInfo()