Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/tests/unit/src/com/android/car/companiondevicesupport/feature/notificationmsg/
DNotificationMsgDelegateTest.java149 ArgumentCaptor<Notification> mNotificationCaptor; field in NotificationMsgDelegateTest
186 verify(mMockNotificationManager).notify(anyInt(), mNotificationCaptor.capture()); in newConversationShouldPostNewNotification()
188 Notification postedNotification = mNotificationCaptor.getValue(); in newConversationShouldPostNewNotification()
236 mNotificationCaptor.capture()); in newMessageShouldUpdateConversationNotification()
240 mNotificationCaptor.getValue()); in newMessageShouldUpdateConversationNotification()
265 mNotificationCaptor.capture()); in existingConversationShouldUpdateNotification()
266 Notification postedNotification = mNotificationCaptor.getValue(); in existingConversationShouldUpdateNotification()
342 verify(mMockNotificationManager).notify(anyInt(), mNotificationCaptor.capture()); in avatarIconSyncSetsAvatarInNotification()
343 Icon notSetIcon = mNotificationCaptor.getValue().getLargeIcon(); in avatarIconSyncSetsAvatarInNotification()
350 verify(mMockNotificationManager, times(2)).notify(anyInt(), mNotificationCaptor.capture()); in avatarIconSyncSetsAvatarInNotification()
[all …]