Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java1406 ArgumentCaptor<Notification> notificationArgumentCaptor = in testSetPsNotifications() local
1408 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture()); in testSetPsNotifications()
1410 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetPsNotifications()
1439 ArgumentCaptor<Notification> notificationArgumentCaptor = in testSetCsNotifications() local
1441 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture()); in testSetCsNotifications()
1443 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNotifications()
1471 ArgumentCaptor<Notification> notificationArgumentCaptor = in testSetCsNormalNotifications() local
1473 verify(nm).notify(anyString(), anyInt(), notificationArgumentCaptor.capture()); in testSetCsNormalNotifications()
1475 Notification postedNotification = notificationArgumentCaptor.getValue(); in testSetCsNormalNotifications()
1504 ArgumentCaptor<Notification> notificationArgumentCaptor = in testSetCsEmergencyNotifications() local
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java1959 ArgumentCaptor<Notification> notificationArgumentCaptor = in validateUserApprovalNotification() local
1962 notificationArgumentCaptor.capture()); in validateUserApprovalNotification()
1963 Notification notification = notificationArgumentCaptor.getValue(); in validateUserApprovalNotification()