Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java412 ArgumentCaptor<IFingerprintAuthenticatorsRegisteredCallback> fingerprintCaptor = in captureAuthenticatorsRegisteredCallbacks() local
415 fingerprintCaptor.capture()); in captureAuthenticatorsRegisteredCallbacks()
416 mFingerprintAuthenticatorsRegisteredCallback = fingerprintCaptor.getValue(); in captureAuthenticatorsRegisteredCallbacks()