/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A 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()
|
/aosp14/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 | 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()
|
/aosp14/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 | 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceDetectClient.java | 60 boolean isStrongBiometric) { in FaceDetectClient() 72 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient()
|
H A D | FaceAuthenticationClient.java | 88 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient() 105 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
|
/aosp14/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 | 97 boolean isStrongBiometric, @Nullable TaskStackListener taskStackListener, in AuthenticationClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintDetectClient.java | 61 boolean isStrongBiometric) { in FingerprintDetectClient()
|
H A D | FingerprintAuthenticationClient.java | 109 boolean isStrongBiometric, in FingerprintAuthenticationClient()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitorCallback.java | 222 boolean isStrongBiometric) { } in onBiometricAuthenticated() 230 boolean isStrongBiometric) { } in onBiometricDetected()
|
H A 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintDetectClient.java | 69 boolean isStrongBiometric) { in FingerprintDetectClient()
|
H A D | FingerprintAuthenticationClient.java | 80 @NonNull BiometricContext biometricContext, boolean isStrongBiometric, in FingerprintAuthenticationClient()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 76 boolean isStrongBiometric, @NonNull LockoutTracker lockoutTracker, in FaceAuthenticationClient()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | BiometricServiceTest.java | 578 private void testAuthenticate_happyPathWithoutConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithoutConfirmation() 696 private void testAuthenticate_happyPathWithConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithConfirmation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | Utils.java | 422 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardStateControllerImpl.java | 455 boolean isStrongBiometric) { in onBiometricAuthenticated()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ILockSettings.aidl | 67 void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId); in reportSuccessfulBiometricUnlock()
|
H A D | LockPatternUtils.java | 1354 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock() 1748 public boolean isBiometricAllowedForUser(boolean isStrongBiometric, int userId) { in isBiometricAllowedForUser()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsStrongAuth.java | 500 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | KeyguardIndicationController.java | 1345 boolean isStrongBiometric) { in onBiometricAuthenticated()
|