Searched refs:childCbCaptor (Results 1 – 1 of 1) sorted by relevance
2083 final ArgumentCaptor<ChildSessionCallback> childCbCaptor = in verifyCreateIkeAndCaptureCbs() local2087 any(), any(), any(), any(), ikeCbCaptor.capture(), childCbCaptor.capture()); in verifyCreateIkeAndCaptureCbs()2089 return new Pair<>(ikeCbCaptor.getValue(), childCbCaptor.getValue()); in verifyCreateIkeAndCaptureCbs()