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.java1410 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetPsNotifications() local
1411 assertTrue(notificationHasTitleSet(postedNotification)); in testSetPsNotifications()
1412 assertEquals("test1", getNotificationTitle(postedNotification)); in testSetPsNotifications()
1443 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNotifications() local
1444 assertTrue(notificationHasTitleSet(postedNotification)); in testSetCsNotifications()
1445 assertEquals("test2", getNotificationTitle(postedNotification)); in testSetCsNotifications()
1475 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNormalNotifications() local
1476 assertTrue(notificationHasTitleSet(postedNotification)); in testSetCsNormalNotifications()
1477 assertEquals("test3", getNotificationTitle(postedNotification)); in testSetCsNormalNotifications()
1508 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsEmergencyNotifications() local
[all …]