Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1598 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetPsNotifications() local
1599 assertTrue(notificationHasTitleSet(postedNotification)); in testSetPsNotifications()
1600 assertEquals("test1", getNotificationTitle(postedNotification)); in testSetPsNotifications()
1631 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNotifications() local
1632 assertTrue(notificationHasTitleSet(postedNotification)); in testSetCsNotifications()
1633 assertEquals("test2", getNotificationTitle(postedNotification)); in testSetCsNotifications()
1663 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNormalNotifications() local
1664 assertTrue(notificationHasTitleSet(postedNotification)); in testSetCsNormalNotifications()
1665 assertEquals("test3", getNotificationTitle(postedNotification)); in testSetCsNormalNotifications()
1696 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsEmergencyNotifications() local
[all …]