Searched refs:sbnCaptor (Results 1 – 1 of 1) sorted by relevance
890 ArgumentCaptor<IStatusBarNotificationHolder> sbnCaptor = in testListenerPost_UpdateLifetimeExtended() local892 verify(l1, times(1)).onNotificationPosted(sbnCaptor.capture(), any()); in testListenerPost_UpdateLifetimeExtended()893 StatusBarNotification sbnResult = sbnCaptor.getValue().get(); in testListenerPost_UpdateLifetimeExtended()