Home
last modified time | relevance | path

Searched defs:isStrongBiometric (Results 1 – 25 of 28) 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.java110 int cookie, boolean requireConfirmation, int sensorId, boolean isStrongBiometric, in AuthenticationClient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java174 public final boolean isStrongBiometric; field in BiometricUnlockController.PendingAuthenticated
177 boolean isStrongBiometric) { in PendingAuthenticated()
349 boolean isStrongBiometric) { in onBiometricAuthenticated()
376 boolean isStrongBiometric) { in startWakeAndUnlock()
523 boolean isStrongBiometric) { in calculateMode()
532 private @WakeAndUnlockMode int calculateModeForFingerprint(boolean isStrongBiometric) { in calculateModeForFingerprint()
563 private @WakeAndUnlockMode int calculateModeForPassiveAuth(boolean isStrongBiometric) { in calculateModeForPassiveAuth()
DKeyguardBypassController.kt66 val isStrongBiometric: Boolean constant in com.android.systemui.statusbar.phone.KeyguardBypassController.PendingUnlock
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
28 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
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()
DFingerprintManager.java284 boolean isStrongBiometric) { in AuthenticationResult()
318 public boolean isStrongBiometric() { in isStrongBiometric() method in FingerprintManager.AuthenticationResult
398 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected()
1205 private void sendAuthenticatedSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
1265 private void sendFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFingerprintDetected()
/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.java852 boolean isStrongBiometric) { in AuthenticationResult()
895 public boolean isStrongBiometric() { in isStrongBiometric() method in FaceManager.AuthenticationResult
960 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected()
1217 private void sendFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFaceDetected()
1254 private void sendAuthenticatedSucceeded(Face face, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClient.java47 @NonNull String owner, int sensorId, boolean isStrongBiometric, int statsClient) { in FaceDetectClient()
DFaceAuthenticationClient.java71 boolean isStrongBiometric, int statsClient, @NonNull UsageStats usageStats, in FaceAuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintDetectClient.java52 @Nullable IUdfpsOverlayController udfpsOverlayController, boolean isStrongBiometric, in FingerprintDetectClient()
DFingerprintAuthenticationClient.java67 int sensorId, boolean isStrongBiometric, int statsClient, in FingerprintAuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintDetectClient.java58 boolean isStrongBiometric, int statsClient) { in FingerprintDetectClient()
DFingerprintAuthenticationClient.java65 int sensorId, boolean isStrongBiometric, int statsClient, in FingerprintAuthenticationClient()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceAuthenticationClient.java63 boolean isStrongBiometric, int statsClient, @NonNull LockoutTracker lockoutTracker, in FaceAuthenticationClient()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java404 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated()
676 protected void onFingerprintAuthenticated(int userId, boolean isStrongBiometric) { in onFingerprintAuthenticated()
708 private void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()
742 private void handleFingerprintAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFingerprintAuthenticated()
875 protected void onFaceAuthenticated(int userId, boolean isStrongBiometric) { in onFaceAuthenticated()
933 private void handleFaceAuthenticated(int authUserId, boolean isStrongBiometric) { in handleFaceAuthenticated()
1202 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
1607 public boolean isUnlockingWithBiometricAllowed(boolean isStrongBiometric) { in isUnlockingWithBiometricAllowed()
DKeyguardUpdateMonitorCallback.java249 boolean isStrongBiometric) { } in onBiometricAuthenticated()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DBiometricServiceTest.java450 private void testAuthenticate_happyPathWithoutConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithoutConfirmation()
563 private void testAuthenticate_happyPathWithConfirmation(boolean isStrongBiometric) in testAuthenticate_happyPathWithConfirmation()
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java401 public static boolean isStrongBiometric(int sensorId) { in isStrongBiometric() method in Utils
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java392 boolean isStrongBiometric) { in onBiometricAuthenticated()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl62 void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId); in reportSuccessfulBiometricUnlock()
DLockPatternUtils.java1246 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()
1563 public boolean isBiometricAllowedForUser(boolean isStrongBiometric, int userId) { in isBiometricAllowedForUser()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStrongAuth.java496 public void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock()

12