Home
last modified time | relevance | path

Searched defs:isStrongBiometric (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DClientMonitorCallbackConverter.java93 byte[] token, int userId, boolean isStrongBiometric) throws RemoteException { in onAuthenticationSucceeded()
98 isStrongBiometric); in onAuthenticationSucceeded() local
101 isStrongBiometric); in onAuthenticationSucceeded() local
128 public void onDetected(int sensorId, int userId, boolean isStrongBiometric) in onDetected()
DAuthenticationClient.java97 boolean isStrongBiometric, @Nullable TaskStackListener taskStackListener, in AuthenticationClient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java194 public final boolean isStrongBiometric; field in BiometricUnlockController.PendingAuthenticated
197 boolean isStrongBiometric) { in PendingAuthenticated()
407 boolean isStrongBiometric) { in onBiometricDetected()
421 boolean isStrongBiometric) { in onBiometricAuthenticated()
456 boolean isStrongBiometric) { in startWakeAndUnlock()
584 boolean isStrongBiometric) { in calculateMode()
593 private @WakeAndUnlockMode int calculateModeForFingerprint(boolean isStrongBiometric) { in calculateModeForFingerprint()
651 private @WakeAndUnlockMode int calculateModeForPassiveAuth(boolean isStrongBiometric) { in calculateModeForPassiveAuth()
DKeyguardBypassController.kt94 val isStrongBiometric: Boolean in <lambda>() constant in PendingUnlock
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintServiceReceiver.java37 public void onAuthenticationSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded()
43 public void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) in onFingerprintDetected()
DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
28 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
DFingerprintCallback.java158 boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
252 public void sendFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFingerprintDetected()
DFingerprintManager.java319 boolean isStrongBiometric) { in AuthenticationResult()
353 public boolean isStrongBiometric() { in isStrongBiometric() method in FingerprintManager.AuthenticationResult
433 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
1581 boolean isStrongBiometric) { in onAuthenticationSucceeded()
1587 public void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in onFingerprintDetected()
/frameworks/base/core/java/android/hardware/face/
DFaceServiceReceiver.java37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded()
43 public void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric) in onFaceDetected()
DIFaceServiceReceiver.aidl29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
30 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected()
DFaceCallback.java169 public void sendFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFaceDetected()
230 public void sendAuthenticatedSucceeded(Face face, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
DFaceManager.java128 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) { in onAuthenticationSucceeded()
134 public void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in onFaceDetected()
996 boolean isStrongBiometric) { in AuthenticationResult()
1039 public boolean isStrongBiometric() { in isStrongBiometric() method in FaceManager.AuthenticationResult
1104 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClient.java70 boolean isStrongBiometric) { in FaceDetectClient()
83 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient()
DFaceAuthenticationClient.java105 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
124 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
/frameworks/base/core/java/android/hardware/biometrics/events/
DAuthenticationSucceededInfo.java78 boolean isStrongBiometric, in AuthenticationSucceededInfo()
245 boolean isStrongBiometric, in Builder()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintDetectClient.java71 boolean isStrongBiometric) { in FingerprintDetectClient()
DFingerprintAuthenticationClient.java108 boolean isStrongBiometric, in FingerprintAuthenticationClient()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java224 boolean isStrongBiometric) { } in onBiometricAuthenticated()
232 boolean isStrongBiometric) { } in onBiometricDetected()
DKeyguardUpdateMonitor.java456 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated()
852 boolean isStrongBiometric) { in onBiometricDetected()
865 public void onFingerprintAuthenticated(int userId, boolean isStrongBiometric) { in onFingerprintAuthenticated()
898 private void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()
943 boolean isStrongBiometric) { in handleBiometricDetected()
955 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated()
1142 public void onFaceAuthenticated(int userId, boolean isStrongBiometric) { in onFaceAuthenticated()
1208 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated()
1512 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
1998 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DFingerprintAuthenticationModels.kt39 val isStrongBiometric: Boolean, constant in com.android.systemui.keyguard.shared.model.SuccessFingerprintAuthenticationStatus
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/shared/model/
DFaceAuthenticationModels.kt101 val isStrongBiometric: Boolean, constant in com.android.systemui.deviceentry.shared.model.FaceDetectionStatus
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DAuthenticationState.kt142 val isStrongBiometric: Boolean, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Succeeded
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java609 private void testAuthenticate_happyPathWithoutConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithoutConfirmation()
727 private void testAuthenticate_happyPathWithConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithConfirmation()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java434 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java458 boolean isStrongBiometric) { in onBiometricAuthenticated()

12