Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java182 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 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()
H A DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
28 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
H A DFingerprintManager.java300 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 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()
H A DIFaceServiceReceiver.aidl29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
30 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected()
H A DFaceManager.java847 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 DClientMonitorCallbackConverter.java73 byte[] token, int userId, boolean isStrongBiometric) throws RemoteException { in onAuthenticationSucceeded()
108 public void onDetected(int sensorId, int userId, boolean isStrongBiometric) in onDetected()
H A DAuthenticationClient.java111 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 DFaceDetectClient.java51 @NonNull String owner, int sensorId, boolean isStrongBiometric, int statsClient) { in FaceDetectClient()
H A DFaceAuthenticationClient.java74 boolean isStrongBiometric, int statsClient, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintDetectClient.java53 @Nullable IUdfpsOverlayController udfpsOverlayController, boolean isStrongBiometric, in FingerprintDetectClient()
H A DFingerprintAuthenticationClient.java68 int sensorId, boolean isStrongBiometric, int statsClient, in FingerprintAuthenticationClient()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintDetectClient.java61 boolean isStrongBiometric, int statsClient) { in FingerprintDetectClient()
H A DFingerprintAuthenticationClient.java67 int sensorId, boolean isStrongBiometric, int statsClient, in FingerprintAuthenticationClient()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java412 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 DKeyguardUpdateMonitorCallback.java255 boolean isStrongBiometric) { } in onBiometricAuthenticated()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceAuthenticationClient.java66 boolean isStrongBiometric, int statsClient, @NonNull LockoutTracker lockoutTracker, in FaceAuthenticationClient()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java454 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 DUtils.java404 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerImpl.java399 boolean isStrongBiometric) { in onBiometricAuthenticated()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl62 void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId); in reportSuccessfulBiometricUnlock()
H A DLockPatternUtils.java1247 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 DLockSettingsStrongAuth.java496 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java1111 boolean isStrongBiometric) { in onBiometricAuthenticated()

12