Searched refs:mNotificationCaptor (Results 1 – 1 of 1) sorted by relevance
149 ArgumentCaptor<Notification> mNotificationCaptor; field in NotificationMsgDelegateTest186 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 …]