/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | BiometricUnlockController.java | 197 public final boolean isStrongBiometric; field in BiometricUnlockController.PendingAuthenticated 200 boolean isStrongBiometric) { in PendingAuthenticated() 415 boolean isStrongBiometric) { in onBiometricDetected() 428 boolean isStrongBiometric) { in onBiometricAuthenticated() 464 boolean isStrongBiometric) { in startWakeAndUnlock() 591 boolean isStrongBiometric) { in calculateMode() 600 private @WakeAndUnlockMode int calculateModeForFingerprint(boolean isStrongBiometric) { in calculateModeForFingerprint() 658 private @WakeAndUnlockMode int calculateModeForPassiveAuth(boolean isStrongBiometric) { in calculateModeForPassiveAuth()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/shared/model/ |
D | SuccessFingerprintAuthenticationStatus.java | 13 private final boolean isStrongBiometric = false; field in SuccessFingerprintAuthenticationStatus 15 public SuccessFingerprintAuthenticationStatus(int userId, boolean isStrongBiometric) { in SuccessFingerprintAuthenticationStatus() 22 public final boolean isStrongBiometric() { in isStrongBiometric() method in SuccessFingerprintAuthenticationStatus 35 …d.shared.model.SuccessFingerprintAuthenticationStatus copy(int userId, boolean isStrongBiometric) { in copy()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/deviceentry/shared/model/ |
D | FaceDetectionStatus.java | 12 private final boolean isStrongBiometric = false; field in FaceDetectionStatus 16 … public FaceDetectionStatus(int sensorId, int userId, boolean isStrongBiometric, long createdAt) { in FaceDetectionStatus() 28 public final boolean isStrongBiometric() { in isStrongBiometric() method in FaceDetectionStatus 49 …shared.model.FaceDetectionStatus copy(int sensorId, int userId, boolean isStrongBiometric, long cr… in copy()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | KeyguardBypassController.java | 167 … android.hardware.biometrics.BiometricSourceType biometricSourceType, boolean isStrongBiometric) { in onBiometricAuthenticated() 248 private final boolean isStrongBiometric = false; field in KeyguardBypassController.PendingUnlock 251 … android.hardware.biometrics.BiometricSourceType pendingUnlockType, boolean isStrongBiometric) { in PendingUnlock() 260 public final boolean isStrongBiometric() { in isStrongBiometric() method in KeyguardBypassController.PendingUnlock 275 … android.hardware.biometrics.BiometricSourceType pendingUnlockType, boolean isStrongBiometric) { in copy()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | ClientMonitorCallbackConverter.java | 93 byte[] token, int userId, boolean isStrongBiometric) throws RemoteException { in onAuthenticationSucceeded() 98 isStrongBiometric); in onAuthenticationSucceeded() local 101 isStrongBiometric); in onAuthenticationSucceeded() local 128 public void onDetected(int sensorId, int userId, boolean isStrongBiometric) in onDetected()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/keyguard/logging/ |
D | KeyguardUpdateMonitorLogger.java | 106 public final void logFingerprintSuccess(int userId, boolean isStrongBiometric) { in logFingerprintSuccess() 109 public final void logFaceDetected(int userId, boolean isStrongBiometric) { in logFaceDetected() 112 public final void logFingerprintDetected(int userId, boolean isStrongBiometric) { in logFingerprintDetected() 195 public final void logReportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in logReportSuccessfulBiometricUnlock()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/shared/model/ |
D | AuthenticationState.java | 577 private final boolean isStrongBiometric = false; field in AuthenticationState.Succeeded 583 …id.hardware.biometrics.BiometricSourceType biometricSourceType, boolean isStrongBiometric, @org.je… in Succeeded() 594 public final boolean isStrongBiometric() { in isStrongBiometric() method in AuthenticationState.Succeeded 628 …id.hardware.biometrics.BiometricSourceType biometricSourceType, boolean isStrongBiometric, @org.je… in copy()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 472 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated() 872 boolean isStrongBiometric) { in onBiometricDetected() 885 public void onFingerprintAuthenticated(int userId, boolean isStrongBiometric) { in onFingerprintAuthenticated() 918 private void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock() 963 boolean isStrongBiometric) { in handleBiometricDetected() 975 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated() 1162 public void onFaceAuthenticated(int userId, boolean isStrongBiometric) { in onFaceAuthenticated() 1228 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated() 1532 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed() 2026 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
|
H A D | KeyguardUpdateMonitorCallback.java | 224 boolean isStrongBiometric) { } in onBiometricAuthenticated() 232 boolean isStrongBiometric) { } in onBiometricDetected()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceManager.java | 128 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) { in onAuthenticationSucceeded() 134 public void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in onFaceDetected() 996 boolean isStrongBiometric) { in AuthenticationResult() 1039 public boolean isStrongBiometric() { in isStrongBiometric() method in FaceManager.AuthenticationResult 1104 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 | 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 | FaceCallback.java | 169 public void sendFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFaceDetected() 230 public void sendAuthenticatedSucceeded(Face face, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintManager.java | 319 boolean isStrongBiometric) { in AuthenticationResult() 353 public boolean isStrongBiometric() { in isStrongBiometric() method in FingerprintManager.AuthenticationResult 433 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected() 1578 boolean isStrongBiometric) { in onAuthenticationSucceeded() 1584 public void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in onFingerprintDetected()
|
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 | FingerprintCallback.java | 158 boolean isStrongBiometric) { in sendAuthenticatedSucceeded() 252 public void sendFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFingerprintDetected()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceDetectClient.java | 70 boolean isStrongBiometric) { in FaceDetectClient() 83 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient()
|
H A D | FaceAuthenticationClient.java | 105 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient() 124 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/biometrics/events/ |
H A D | AuthenticationSucceededInfo.java | 78 boolean isStrongBiometric, in AuthenticationSucceededInfo() 245 boolean isStrongBiometric, in Builder()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | BiometricServiceTest.java | 654 private void testAuthenticate_happyPathWithoutConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithoutConfirmation() 773 private void testAuthenticate_happyPathWithConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithConfirmation()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintDetectClient.java | 71 boolean isStrongBiometric) { in FingerprintDetectClient()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/ |
H A D | FingerprintAuthenticationModels.kt | 39 val isStrongBiometric: Boolean, constant in com.android.systemui.keyguard.shared.model.SuccessFingerprintAuthenticationStatus
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/ |
H A D | AuthenticationState.kt | 142 val isStrongBiometric: Boolean, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Succeeded
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/shared/model/ |
H A D | FaceAuthenticationModels.kt | 101 val isStrongBiometric: Boolean, constant in com.android.systemui.deviceentry.shared.model.FaceDetectionStatus
|