Searched refs:isBiometricPrompt (Results 1 – 8 of 8) sorted by relevance
151 final boolean clearListener = !isBiometricPrompt(); in binderDied()155 public boolean isBiometricPrompt() { in isBiometricPrompt() method in AuthenticationClient184 getTargetUserId(), isBiometricPrompt()); in onAuthenticated()191 + ", isBP: " + isBiometricPrompt() in onAuthenticated()506 } else if (isBiometricPrompt()) { in getShowOverlayReason()
257 boolean requireConfirmation, int targetUserId, boolean isBiometricPrompt) { in logOnAuthenticated() argument267 if (isBiometricPrompt && requireConfirmation) { in logOnAuthenticated()
224 if (client.isBiometricPrompt()) { in onAuthenticationSucceeded()
84 when(client.isBiometricPrompt()).thenReturn(true); in testBiometricPrompt_authSuccess()99 when(client.isBiometricPrompt()).thenReturn(true); in testBiometricPrompt_authReject_whenNotLockedOut()115 when(client.isBiometricPrompt()).thenReturn(true); in testBiometricPrompt_authReject_whenLockedOut()454 when(faceClient.isBiometricPrompt()).thenReturn(true); in testNonKeyguard_rejectAndNotLockedOut()471 when(faceClient.isBiometricPrompt()).thenReturn(true); in testNonKeyguard_rejectLockedOut()502 when(client.isBiometricPrompt()).thenReturn(true); in testBiometricPrompt_FaceError()
178 return isBiometricPrompt() ? mBiometricPromptIgnoreList : mKeyguardIgnoreList; in getAcquireIgnorelist()182 return isBiometricPrompt() ? mBiometricPromptIgnoreListVendor : mKeyguardIgnoreListVendor; in getAcquireVendorIgnorelist()
195 return isBiometricPrompt() ? mBiometricPromptIgnoreList : mKeyguardIgnoreList; in getAcquireIgnorelist()199 return isBiometricPrompt() ? mBiometricPromptIgnoreListVendor : mKeyguardIgnoreListVendor; in getAcquireVendorIgnorelist()
65 } else if (authClient.isBiometricPrompt()) { in onClientStarted()
13731 HPLcom/android/server/biometrics/sensors/AuthenticationClient;->isBiometricPrompt()Z+]Lcom/android/…