Searched refs:cookieCaptor (Results 1 – 2 of 2) sorted by relevance
597 ArgumentCaptor<Long> cookieCaptor = ArgumentCaptor.forClass(Long.class); in testLinkToDeath() local598 verify(mHalDriver).linkToDeath(recipientCaptor.capture(), cookieCaptor.capture()); in testLinkToDeath()600 recipientCaptor.getValue().serviceDied(cookieCaptor.getValue()); in testLinkToDeath()
621 ArgumentCaptor<Integer> cookieCaptor = ArgumentCaptor.forClass(Integer.class); in testAuthenticate_happyPathWithoutConfirmation() local631 cookieCaptor.capture() /* cookie */, in testAuthenticate_happyPathWithoutConfirmation()636 mBiometricService.mImpl.onReadyForAuthentication(TEST_REQUEST_ID, cookieCaptor.getValue()); in testAuthenticate_happyPathWithoutConfirmation()643 .startPreparedClient(cookieCaptor.getValue()); in testAuthenticate_happyPathWithoutConfirmation()