/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | ClientMonitorCallbackConverter.java | 73 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()
|
D | AuthenticationClient.java | 97 boolean isStrongBiometric, @Nullable TaskStackListener taskStackListener, in AuthenticationClient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | BiometricUnlockController.java | 187 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()
|
D | KeyguardBypassController.kt | 81 val isStrongBiometric: Boolean in <lambda>() constant in com.android.systemui.statusbar.phone.KeyguardBypassController.PendingUnlock
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | IFingerprintServiceReceiver.aidl | 27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() 28 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
|
D | FingerprintServiceReceiver.java | 37 public void onAuthenticationSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() 43 public void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) in onFingerprintDetected()
|
D | FingerprintManager.java | 316 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/ |
D | IFaceServiceReceiver.aidl | 29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() 30 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected()
|
D | FaceServiceReceiver.java | 37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() 43 public void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric) in onFaceDetected()
|
D | FaceManager.java | 864 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/ |
D | FaceDetectClient.java | 57 boolean isStrongBiometric) { in FaceDetectClient() 69 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient()
|
D | FaceAuthenticationClient.java | 80 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/ |
D | FingerprintDetectClient.java | 57 @Nullable IUdfpsOverlayController udfpsOverlayController, boolean isStrongBiometric) { in FingerprintDetectClient()
|
D | FingerprintAuthenticationClient.java | 107 boolean isStrongBiometric, in FingerprintAuthenticationClient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/ |
D | FaceAuthenticationModels.kt | 53 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/ |
D | KeyguardUpdateMonitorCallback.java | 222 boolean isStrongBiometric) { } in onBiometricAuthenticated() 230 boolean isStrongBiometric) { } in onBiometricDetected()
|
D | KeyguardUpdateMonitor.java | 443 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/ |
D | FingerprintDetectClient.java | 65 @Nullable IUdfpsOverlayController udfpsOverlayController, boolean isStrongBiometric) { in FingerprintDetectClient()
|
D | FingerprintAuthenticationClient.java | 74 @NonNull BiometricContext biometricContext, boolean isStrongBiometric, in FingerprintAuthenticationClient()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
D | FaceAuthenticationClient.java | 71 boolean isStrongBiometric, @NonNull LockoutTracker lockoutTracker, in FaceAuthenticationClient()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
D | BiometricServiceTest.java | 455 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/ |
D | Utils.java | 405 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardStateControllerImpl.java | 428 boolean isStrongBiometric) { in onBiometricAuthenticated()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ILockSettings.aidl | 63 void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId); in reportSuccessfulBiometricUnlock()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsStrongAuth.java | 499 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()
|