Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DClientMonitorCallbackConverter.java73 byte[] token, int userId, boolean isStrongBiometric) throws RemoteException { in onAuthenticationSucceeded()
78 isStrongBiometric); in onAuthenticationSucceeded() local
81 isStrongBiometric); in onAuthenticationSucceeded() local
108 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.java187 public final boolean isStrongBiometric; field in BiometricUnlockController.PendingAuthenticated
190 boolean isStrongBiometric) { in PendingAuthenticated()
387 boolean isStrongBiometric) { in onBiometricDetected()
398 boolean isStrongBiometric) { in onBiometricAuthenticated()
428 boolean isStrongBiometric) { in startWakeAndUnlock()
540 boolean isStrongBiometric) { in calculateMode()
549 private @WakeAndUnlockMode int calculateModeForFingerprint(boolean isStrongBiometric) { in calculateModeForFingerprint()
607 private @WakeAndUnlockMode int calculateModeForPassiveAuth(boolean isStrongBiometric) { in calculateModeForPassiveAuth()
DKeyguardBypassController.kt81 val isStrongBiometric: Boolean in <lambda>() constant in com.android.systemui.statusbar.phone.KeyguardBypassController.PendingUnlock
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
28 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
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()
DFingerprintManager.java316 boolean isStrongBiometric) { in AuthenticationResult()
350 public boolean isStrongBiometric() { in isStrongBiometric() method in FingerprintManager.AuthenticationResult
430 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
1309 private void sendAuthenticatedSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
1369 private void sendFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFingerprintDetected()
/frameworks/base/core/java/android/hardware/face/
DIFaceServiceReceiver.aidl29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
30 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected()
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()
DFaceManager.java864 boolean isStrongBiometric) { in AuthenticationResult()
907 public boolean isStrongBiometric() { in isStrongBiometric() method in FaceManager.AuthenticationResult
972 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected()
1244 private void sendFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFaceDetected()
1281 private void sendAuthenticatedSucceeded(Face face, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClient.java57 boolean isStrongBiometric) { in FaceDetectClient()
69 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient()
DFaceAuthenticationClient.java80 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
96 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintDetectClient.java57 @Nullable IUdfpsOverlayController udfpsOverlayController, boolean isStrongBiometric) { in FingerprintDetectClient()
DFingerprintAuthenticationClient.java107 boolean isStrongBiometric, in FingerprintAuthenticationClient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DFaceAuthenticationModels.kt53 data class DetectionStatus(val sensorId: Int, val userId: Int, val isStrongBiometric: Boolean) constant in com.android.systemui.keyguard.shared.model.DetectionStatus
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java222 boolean isStrongBiometric) { } in onBiometricAuthenticated()
230 boolean isStrongBiometric) { } in onBiometricDetected()
DKeyguardUpdateMonitor.java443 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated()
829 boolean isStrongBiometric) { in onBiometricDetected()
842 protected void onFingerprintAuthenticated(int userId, boolean isStrongBiometric) { in onFingerprintAuthenticated()
876 private void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()
921 boolean isStrongBiometric) { in handleBiometricDetected()
934 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated()
1118 protected void onFaceAuthenticated(int userId, boolean isStrongBiometric) { in onFaceAuthenticated()
1176 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated()
1468 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
1963 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintDetectClient.java65 @Nullable IUdfpsOverlayController udfpsOverlayController, boolean isStrongBiometric) { in FingerprintDetectClient()
DFingerprintAuthenticationClient.java74 @NonNull BiometricContext biometricContext, boolean isStrongBiometric, in FingerprintAuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceAuthenticationClient.java71 boolean isStrongBiometric, @NonNull LockoutTracker lockoutTracker, in FaceAuthenticationClient()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java455 private void testAuthenticate_happyPathWithoutConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithoutConfirmation()
572 private void testAuthenticate_happyPathWithConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithConfirmation()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java405 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java428 boolean isStrongBiometric) { in onBiometricAuthenticated()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl63 void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId); in reportSuccessfulBiometricUnlock()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java499 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()

12