Searched refs:mListenerCaptor (Results 1 – 3 of 3) sorted by relevance
56 ArgumentCaptor<AlarmManager.OnAlarmListener> mListenerCaptor = field in WakeupMessageTest93 mListenerCaptor.capture(), any(Handler.class)); in setUp()129 mListenerCaptor.getValue().onAlarm(); in scheduleAndDeliverMessage()145 mListenerCaptor.getValue().onAlarm(); in scheduleAndCancelMessage()167 mListenerCaptor.getValue().onAlarm(); in scheduleTwiceWithoutMessageDispatched()182 mListenerCaptor.getValue().onAlarm(); in scheduleRunnable()
46 private ArgumentCaptor<OnScrollListener> mListenerCaptor; field in RecyclerViewScrollHandlingDelegateTest56 mListenerCaptor = ArgumentCaptor.forClass(OnScrollListener.class); in setUp()57 doNothing().when(mRecyclerView).addOnScrollListener(mListenerCaptor.capture()); in setUp()75 mListenerCaptor.getValue().onScrolled(mRecyclerView, 0, 20); in testScrolledToBottom()
65 private ArgumentCaptor<NotificationEntryListener> mListenerCaptor; field in NotificationGroupAlertTransferHelperTest87 verify(mNotificationEntryManager).addNotificationEntryListener(mListenerCaptor.capture()); in setup()88 mNotificationEntryListener = mListenerCaptor.getValue(); in setup()