| /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/core/java/android/hardware/fingerprint/ |
| 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 | 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 | FingerprintManager.java | 337 boolean isStrongBiometric) { in AuthenticationResult() 371 public boolean isStrongBiometric() { in isStrongBiometric() method in FingerprintManager.AuthenticationResult 451 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected() 1422 private void sendAuthenticatedSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded() 1485 private void sendFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFingerprintDetected()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
| D | BiometricUnlockController.java | 190 public final boolean isStrongBiometric; field in BiometricUnlockController.PendingAuthenticated 193 boolean isStrongBiometric) { in PendingAuthenticated() 391 boolean isStrongBiometric) { in onBiometricDetected() 402 boolean isStrongBiometric) { in onBiometricAuthenticated() 437 boolean isStrongBiometric) { in startWakeAndUnlock() 551 boolean isStrongBiometric) { in calculateMode() 560 private @WakeAndUnlockMode int calculateModeForFingerprint(boolean isStrongBiometric) { in calculateModeForFingerprint() 618 private @WakeAndUnlockMode int calculateModeForPassiveAuth(boolean isStrongBiometric) { in calculateModeForPassiveAuth()
|
| D | KeyguardBypassController.kt | 75 val isStrongBiometric: Boolean in <lambda>() constant in com.android.systemui.statusbar.phone.KeyguardBypassController.PendingUnlock
|
| /frameworks/base/core/java/android/hardware/face/ |
| 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 | 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 | FaceManager.java | 968 boolean isStrongBiometric) { in AuthenticationResult() 1011 public boolean isStrongBiometric() { in isStrongBiometric() method in FaceManager.AuthenticationResult 1076 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected() 1348 private void sendFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFaceDetected() 1385 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 | 60 boolean isStrongBiometric) { in FaceDetectClient() 72 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient()
|
| D | FaceAuthenticationClient.java | 88 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient() 105 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
|
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
| D | FingerprintDetectClient.java | 61 boolean isStrongBiometric) { in FingerprintDetectClient()
|
| D | FingerprintAuthenticationClient.java | 109 boolean isStrongBiometric, in FingerprintAuthenticationClient()
|
| /frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
| D | KeyguardUpdateMonitorCallback.java | 222 boolean isStrongBiometric) { } in onBiometricAuthenticated() 230 boolean isStrongBiometric) { } in onBiometricDetected()
|
| D | KeyguardUpdateMonitor.java | 515 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated() 930 boolean isStrongBiometric) { in onBiometricDetected() 943 public void onFingerprintAuthenticated(int userId, boolean isStrongBiometric) { in onFingerprintAuthenticated() 977 private void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock() 1022 boolean isStrongBiometric) { in handleBiometricDetected() 1035 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated() 1219 public void onFaceAuthenticated(int userId, boolean isStrongBiometric) { in onFaceAuthenticated() 1304 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated() 1677 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed() 2189 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/ |
| D | FingerprintAuthenticationModels.kt | 31 val isStrongBiometric: Boolean, constant in com.android.systemui.keyguard.shared.model.SuccessFingerprintAuthenticationStatus
|
| D | FaceAuthenticationModels.kt | 92 val isStrongBiometric: Boolean, constant in com.android.systemui.keyguard.shared.model.FaceDetectionStatus
|
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
| D | FingerprintDetectClient.java | 69 boolean isStrongBiometric) { in FingerprintDetectClient()
|
| D | FingerprintAuthenticationClient.java | 80 @NonNull BiometricContext biometricContext, boolean isStrongBiometric, in FingerprintAuthenticationClient()
|
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
| D | FaceAuthenticationClient.java | 76 boolean isStrongBiometric, @NonNull LockoutTracker lockoutTracker, in FaceAuthenticationClient()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
| D | BiometricServiceTest.java | 578 private void testAuthenticate_happyPathWithoutConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithoutConfirmation() 696 private void testAuthenticate_happyPathWithConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithConfirmation()
|
| /frameworks/base/services/core/java/com/android/server/biometrics/ |
| D | Utils.java | 422 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | KeyguardStateControllerImpl.java | 455 boolean isStrongBiometric) { in onBiometricAuthenticated()
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| D | ILockSettings.aidl | 67 void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId); in reportSuccessfulBiometricUnlock()
|