Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintStateCallback.java62 final AuthenticationClient<?> authClient = (AuthenticationClient<?>) client; in onClientStarted() local
63 if (authClient.isKeyguard()) { in onClientStarted()
65 } else if (authClient.isBiometricPrompt()) { in onClientStarted()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprint21UdfpsMock.java357 final FingerprintAuthenticationClient authClient = in run() local
361 final long operationId = authClient.getOperationId(); in run()
366 final boolean restricted = authClient.isRestricted(); in run()
368 final boolean isKeyguard = authClient.isKeyguard(); in run()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerTest.java418 final TestAuthenticationClient authClient = (TestAuthenticationClient) client; in testCancelsWhenRequestId() local
419 assertEquals(matches && started ? 1 : 0, authClient.mNumCancels); in testCancelsWhenRequestId()
420 assertEquals(started, authClient.mStartedHal); in testCancelsWhenRequestId()