Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/fingerprint/
DFingerprintServiceTest.java289 ArgumentCaptor<Integer> uidCaptor = ArgumentCaptor.forClass(Integer.class); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt() local
290 verify(mVdmInternal).onAuthenticationPrompt(uidCaptor.capture()); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()
291 assertEquals((int) (uidCaptor.getValue()), Binder.getCallingUid()); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DAuthServiceTest.java365 ArgumentCaptor<Integer> uidCaptor = ArgumentCaptor.forClass(Integer.class); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt() local
366 verify(mVdmInternal).onAuthenticationPrompt(uidCaptor.capture()); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()
367 assertEquals((int) (uidCaptor.getValue()), Binder.getCallingUid()); in testAuthenticate_callsVirtualDeviceManagerOnAuthenticationPrompt()