Home
last modified time | relevance | path

Searched refs:cookieCaptor (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger_middleware/
DSoundHw2CompatTest.java597 ArgumentCaptor<Long> cookieCaptor = ArgumentCaptor.forClass(Long.class); in testLinkToDeath() local
598 verify(mHalDriver).linkToDeath(recipientCaptor.capture(), cookieCaptor.capture()); in testLinkToDeath()
600 recipientCaptor.getValue().serviceDied(cookieCaptor.getValue()); in testLinkToDeath()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java621 ArgumentCaptor<Integer> cookieCaptor = ArgumentCaptor.forClass(Integer.class); in testAuthenticate_happyPathWithoutConfirmation() local
631 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()