Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenersTest.java890 ArgumentCaptor<IStatusBarNotificationHolder> sbnCaptor = in testListenerPost_UpdateLifetimeExtended() local
892 verify(l1, times(1)).onNotificationPosted(sbnCaptor.capture(), any()); in testListenerPost_UpdateLifetimeExtended()
893 StatusBarNotification sbnResult = sbnCaptor.getValue().get(); in testListenerPost_UpdateLifetimeExtended()