/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | BiometricUnlockController.java | 182 public final boolean isStrongBiometric; field in BiometricUnlockController.PendingAuthenticated 185 boolean isStrongBiometric) { in PendingAuthenticated() 362 boolean isStrongBiometric) { in onBiometricAuthenticated() 389 boolean isStrongBiometric) { in startWakeAndUnlock() 541 boolean isStrongBiometric) { in calculateMode() 550 private @WakeAndUnlockMode int calculateModeForFingerprint(boolean isStrongBiometric) { in calculateModeForFingerprint() 581 private @WakeAndUnlockMode int calculateModeForPassiveAuth(boolean isStrongBiometric) { in calculateModeForPassiveAuth()
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A 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()
|
H A 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()
|
H A D | FingerprintManager.java | 300 boolean isStrongBiometric) { in AuthenticationResult() 334 public boolean isStrongBiometric() { in isStrongBiometric() method in FingerprintManager.AuthenticationResult 414 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected() 1201 private void sendAuthenticatedSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded() 1261 private void sendFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFingerprintDetected()
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A 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()
|
H A 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()
|
H A D | FaceManager.java | 847 boolean isStrongBiometric) { in AuthenticationResult() 890 public boolean isStrongBiometric() { in isStrongBiometric() method in FaceManager.AuthenticationResult 955 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected() 1227 private void sendFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFaceDetected() 1264 private void sendAuthenticatedSucceeded(Face face, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | ClientMonitorCallbackConverter.java | 73 byte[] token, int userId, boolean isStrongBiometric) throws RemoteException { in onAuthenticationSucceeded() 108 public void onDetected(int sensorId, int userId, boolean isStrongBiometric) in onDetected()
|
H A D | AuthenticationClient.java | 111 int cookie, boolean requireConfirmation, int sensorId, boolean isStrongBiometric, in AuthenticationClient()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceDetectClient.java | 51 @NonNull String owner, int sensorId, boolean isStrongBiometric, int statsClient) { in FaceDetectClient()
|
H A D | FaceAuthenticationClient.java | 74 boolean isStrongBiometric, int statsClient, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintDetectClient.java | 53 @Nullable IUdfpsOverlayController udfpsOverlayController, boolean isStrongBiometric, in FingerprintDetectClient()
|
H A D | FingerprintAuthenticationClient.java | 68 int sensorId, boolean isStrongBiometric, int statsClient, in FingerprintAuthenticationClient()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintDetectClient.java | 61 boolean isStrongBiometric, int statsClient) { in FingerprintDetectClient()
|
H A D | FingerprintAuthenticationClient.java | 67 int sensorId, boolean isStrongBiometric, int statsClient, in FingerprintAuthenticationClient()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 412 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated() 693 protected void onFingerprintAuthenticated(int userId, boolean isStrongBiometric) { in onFingerprintAuthenticated() 725 private void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock() 759 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated() 908 protected void onFaceAuthenticated(int userId, boolean isStrongBiometric) { in onFaceAuthenticated() 966 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated() 1247 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed() 1639 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
|
H A D | KeyguardUpdateMonitorCallback.java | 255 boolean isStrongBiometric) { } in onBiometricAuthenticated()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 66 boolean isStrongBiometric, int statsClient, @NonNull LockoutTracker lockoutTracker, in FaceAuthenticationClient()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | BiometricServiceTest.java | 454 private void testAuthenticate_happyPathWithoutConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithoutConfirmation() 570 private void testAuthenticate_happyPathWithConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithConfirmation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | Utils.java | 404 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardStateControllerImpl.java | 399 boolean isStrongBiometric) { in onBiometricAuthenticated()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ILockSettings.aidl | 62 void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId); in reportSuccessfulBiometricUnlock()
|
H A D | LockPatternUtils.java | 1247 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock() 1572 public boolean isBiometricAllowedForUser(boolean isStrongBiometric, int userId) { in isBiometricAllowedForUser()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsStrongAuth.java | 496 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardIndicationController.java | 1111 boolean isStrongBiometric) { in onBiometricAuthenticated()
|