Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DClientMonitorCallbackConverter.java73 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()
DAuthenticationClient.java97 boolean isStrongBiometric, @Nullable TaskStackListener taskStackListener, in AuthenticationClient()
/frameworks/base/core/java/android/hardware/fingerprint/
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()
DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
28 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
DFingerprintManager.java337 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/
DBiometricUnlockController.java190 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()
DKeyguardBypassController.kt75 val isStrongBiometric: Boolean in <lambda>() constant in com.android.systemui.statusbar.phone.KeyguardBypassController.PendingUnlock
/frameworks/base/core/java/android/hardware/face/
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()
DIFaceServiceReceiver.aidl29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
30 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected()
DFaceManager.java968 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/
DFaceDetectClient.java60 boolean isStrongBiometric) { in FaceDetectClient()
72 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient()
DFaceAuthenticationClient.java88 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/
DFingerprintDetectClient.java61 boolean isStrongBiometric) { in FingerprintDetectClient()
DFingerprintAuthenticationClient.java109 boolean isStrongBiometric, in FingerprintAuthenticationClient()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java222 boolean isStrongBiometric) { } in onBiometricAuthenticated()
230 boolean isStrongBiometric) { } in onBiometricDetected()
DKeyguardUpdateMonitor.java515 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/
DFingerprintAuthenticationModels.kt31 val isStrongBiometric: Boolean, constant in com.android.systemui.keyguard.shared.model.SuccessFingerprintAuthenticationStatus
DFaceAuthenticationModels.kt92 val isStrongBiometric: Boolean, constant in com.android.systemui.keyguard.shared.model.FaceDetectionStatus
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintDetectClient.java69 boolean isStrongBiometric) { in FingerprintDetectClient()
DFingerprintAuthenticationClient.java80 @NonNull BiometricContext biometricContext, boolean isStrongBiometric, in FingerprintAuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceAuthenticationClient.java76 boolean isStrongBiometric, @NonNull LockoutTracker lockoutTracker, in FaceAuthenticationClient()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java578 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/
DUtils.java422 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java455 boolean isStrongBiometric) { in onBiometricAuthenticated()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl67 void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId); in reportSuccessfulBiometricUnlock()

12