Searched refs:postedNotification (Results 1 – 1 of 1) sorted by relevance
1598 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetPsNotifications() local1599 assertTrue(notificationHasTitleSet(postedNotification)); in testSetPsNotifications()1600 assertEquals("test1", getNotificationTitle(postedNotification)); in testSetPsNotifications()1631 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNotifications() local1632 assertTrue(notificationHasTitleSet(postedNotification)); in testSetCsNotifications()1633 assertEquals("test2", getNotificationTitle(postedNotification)); in testSetCsNotifications()1663 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNormalNotifications() local1664 assertTrue(notificationHasTitleSet(postedNotification)); in testSetCsNormalNotifications()1665 assertEquals("test3", getNotificationTitle(postedNotification)); in testSetCsNormalNotifications()1696 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsEmergencyNotifications() local[all …]