Searched refs:onRemovedCallbackCaptor (Results 1 – 1 of 1) sorted by relevance
547 ArgumentCaptor<TouchHandler.TouchSession.Callback> onRemovedCallbackCaptor = in testTouchSessionOnRemovedCalledTwice() local549 verify(mTouchSession).registerCallback(onRemovedCallbackCaptor.capture()); in testTouchSessionOnRemovedCalledTwice()550 onRemovedCallbackCaptor.getValue().onRemoved(); in testTouchSessionOnRemovedCalledTwice()551 onRemovedCallbackCaptor.getValue().onRemoved(); in testTouchSessionOnRemovedCalledTwice()