Searched refs:postedNotification (Results 1 – 1 of 1) sorted by relevance
1410 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetPsNotifications() local1411 assertTrue(notificationHasTitleSet(postedNotification)); in testSetPsNotifications()1412 assertEquals("test1", getNotificationTitle(postedNotification)); in testSetPsNotifications()1443 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNotifications() local1444 assertTrue(notificationHasTitleSet(postedNotification)); in testSetCsNotifications()1445 assertEquals("test2", getNotificationTitle(postedNotification)); in testSetCsNotifications()1475 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNormalNotifications() local1476 assertTrue(notificationHasTitleSet(postedNotification)); in testSetCsNormalNotifications()1477 assertEquals("test3", getNotificationTitle(postedNotification)); in testSetCsNormalNotifications()1508 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsEmergencyNotifications() local[all …]