Home
last modified time | relevance | path

Searched refs:isStrongBiometric (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java194 public final boolean isStrongBiometric; field in BiometricUnlockController.PendingAuthenticated
197 boolean isStrongBiometric) { in PendingAuthenticated() argument
200 this.isStrongBiometric = isStrongBiometric; in PendingAuthenticated()
407 boolean isStrongBiometric) { in onBiometricDetected() argument
421 boolean isStrongBiometric) { in onBiometricAuthenticated() argument
428 isStrongBiometric); in onBiometricAuthenticated()
441 biometricSourceType, isStrongBiometric); in onBiometricAuthenticated()
444 startWakeAndUnlock(biometricSourceType, isStrongBiometric); in onBiometricAuthenticated()
456 boolean isStrongBiometric) { in startWakeAndUnlock() argument
457 int mode = calculateMode(biometricSourceType, isStrongBiometric); in startWakeAndUnlock()
[all …]
DKeyguardBypassController.kt94 val isStrongBiometric: Boolean in <lambda>() constant in PendingUnlock
184 isStrongBiometric: Boolean in <lambda>()
189 pendingUnlock = PendingUnlock(biometricSourceType, isStrongBiometric) in <lambda>()
199 pendingUnlock!!.isStrongBiometric)) { in <lambda>()
201 pendingUnlock!!.isStrongBiometric) in <lambda>()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DClientMonitorCallbackConverter.java93 byte[] token, int userId, boolean isStrongBiometric) throws RemoteException { in onAuthenticationSucceeded() argument
98 isStrongBiometric); in onAuthenticationSucceeded() local
101 isStrongBiometric); in onAuthenticationSucceeded() local
128 public void onDetected(int sensorId, int userId, boolean isStrongBiometric) in onDetected() argument
131 mFaceServiceReceiver.onFaceDetected(sensorId, userId, isStrongBiometric); in onDetected()
133 mFingerprintServiceReceiver.onFingerprintDetected(sensorId, userId, isStrongBiometric); in onDetected()
/frameworks/base/core/java/android/hardware/biometrics/events/
DAuthenticationSucceededInfo.java78 boolean isStrongBiometric, in AuthenticationSucceededInfo() argument
86 this.mIsStrongBiometric = isStrongBiometric; in AuthenticationSucceededInfo()
184 boolean isStrongBiometric = (flg & 0x4) != 0; in AuthenticationSucceededInfo()
195 this.mIsStrongBiometric = isStrongBiometric; in AuthenticationSucceededInfo()
245 boolean isStrongBiometric, in Builder() argument
253 mIsStrongBiometric = isStrongBiometric; in Builder()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintServiceReceiver.aidl27 void onAuthenticationSucceeded(in Fingerprint fp, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() argument
28 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected() argument
DFingerprintServiceReceiver.java37 public void onAuthenticationSucceeded(Fingerprint fp, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() argument
43 public void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) in onFingerprintDetected() argument
DFingerprintCallback.java158 boolean isStrongBiometric) { in sendAuthenticatedSucceeded() argument
165 userId, isStrongBiometric); in sendAuthenticatedSucceeded()
252 public void sendFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFingerprintDetected() argument
257 mFingerprintDetectionCallback.onFingerprintDetected(sensorId, userId, isStrongBiometric); in sendFingerprintDetected()
DFingerprintManager.java319 boolean isStrongBiometric) { in AuthenticationResult() argument
323 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
353 public boolean isStrongBiometric() { in isStrongBiometric() method in FingerprintManager.AuthenticationResult
433 void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric); in onFingerprintDetected() argument
1581 boolean isStrongBiometric) { in onAuthenticationSucceeded() argument
1583 isStrongBiometric)); in onAuthenticationSucceeded()
1587 public void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) { in onFingerprintDetected() argument
1589 isStrongBiometric)); in onFingerprintDetected()
/frameworks/base/core/java/android/hardware/face/
DIFaceServiceReceiver.aidl29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() argument
30 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected() argument
DFaceServiceReceiver.java37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() argument
43 public void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric) in onFaceDetected() argument
DFaceCallback.java169 public void sendFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in sendFaceDetected() argument
174 mFaceDetectionCallback.onFaceDetected(sensorId, userId, isStrongBiometric); in sendFaceDetected()
230 public void sendAuthenticatedSucceeded(Face face, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded() argument
233 mCryptoObject, face, userId, isStrongBiometric); in sendAuthenticatedSucceeded()
DFaceManager.java128 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) { in onAuthenticationSucceeded() argument
130 isStrongBiometric)); in onAuthenticationSucceeded()
134 public void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric) { in onFaceDetected() argument
136 isStrongBiometric)); in onFaceDetected()
996 boolean isStrongBiometric) { in AuthenticationResult() argument
1000 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
1039 public boolean isStrongBiometric() { in isStrongBiometric() method in FaceManager.AuthenticationResult
1104 void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric); in onFaceDetected() argument
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DKeyguardUpdateMonitorLogger.kt164 fun logFingerprintSuccess(userId: Int, isStrongBiometric: Boolean) { in logFingerprintSuccess()
170 bool1 = isStrongBiometric in logFingerprintSuccess()
176 fun logFaceDetected(userId: Int, isStrongBiometric: Boolean) { in logFaceDetected()
182 bool1 = isStrongBiometric in logFaceDetected()
188 fun logFingerprintDetected(userId: Int, isStrongBiometric: Boolean) { in logFingerprintDetected()
194 bool1 = isStrongBiometric in logFingerprintDetected()
525 fun logReportSuccessfulBiometricUnlock(isStrongBiometric: Boolean, userId: Int) { in logReportSuccessfulBiometricUnlock()
530 bool1 = isStrongBiometric in logReportSuccessfulBiometricUnlock()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClient.java70 boolean isStrongBiometric) { in FaceDetectClient() argument
72 logger, biometricContext, authenticationStateListeners, isStrongBiometric, in FaceDetectClient()
83 boolean isStrongBiometric, SensorPrivacyManager sensorPrivacyManager) { in FaceDetectClient() argument
89 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient()
DFaceAuthenticationClient.java105 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient() argument
111 isStrongBiometric, usageStats, lockoutCache, allowBackgroundAuthentication, in FaceAuthenticationClient()
124 boolean isStrongBiometric, @NonNull UsageStats usageStats, in FaceAuthenticationClient() argument
131 isStrongBiometric, null /* taskStackListener */, lockoutTracker, in FaceAuthenticationClient()
135 mIsStrongBiometric = isStrongBiometric; in FaceAuthenticationClient()
DBiometricTestSessionImpl.java79 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) {
84 public void onFaceDetected(int sensorId, int userId, boolean isStrongBiometric) {
DFaceProvider.java526 final boolean isStrongBiometric = Utils.isStrongBiometric(sensorId); in scheduleFaceDetect()
532 mBiometricContext, mAuthenticationStateListeners, isStrongBiometric); in scheduleFaceDetect()
554 final boolean isStrongBiometric = Utils.isStrongBiometric(sensorId); in scheduleAuthenticate()
564 mBiometricContext, isStrongBiometric, in scheduleAuthenticate()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java224 boolean isStrongBiometric) { } in onBiometricAuthenticated() argument
232 boolean isStrongBiometric) { } in onBiometricDetected() argument
DKeyguardUpdateMonitor.java456 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated() argument
458 this.mIsStrongBiometric = isStrongBiometric; in BiometricAuthenticated()
852 boolean isStrongBiometric) { in onBiometricDetected() argument
858 cb.onBiometricDetected(userId, biometricSourceType, isStrongBiometric); in onBiometricDetected()
865 public void onFingerprintAuthenticated(int userId, boolean isStrongBiometric) { in onFingerprintAuthenticated() argument
869 new BiometricAuthenticated(true, isStrongBiometric)); in onFingerprintAuthenticated()
876 mLogger.logFingerprintSuccess(userId, isStrongBiometric); in onFingerprintAuthenticated()
882 isStrongBiometric); in onFingerprintAuthenticated()
893 reportSuccessfulBiometricUnlock(isStrongBiometric, userId); in onFingerprintAuthenticated()
898 private void reportSuccessfulBiometricUnlock(boolean isStrongBiometric, int userId) { in reportSuccessfulBiometricUnlock() argument
[all …]
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintDetectClient.java71 boolean isStrongBiometric) { in FingerprintDetectClient() argument
77 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()
DBiometricTestSessionImpl.java81 boolean isStrongBiometric) {
86 public void onFingerprintDetected(int sensorId, int userId, boolean isStrongBiometric) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DAuthenticationState.kt142 val isStrongBiometric: Boolean, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Succeeded
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DFingerprintAuthenticationModels.kt39 val isStrongBiometric: Boolean, constant in com.android.systemui.keyguard.shared.model.SuccessFingerprintAuthenticationStatus
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/shared/model/
DFaceAuthenticationModels.kt101 val isStrongBiometric: Boolean, constant in com.android.systemui.deviceentry.shared.model.FaceDetectionStatus
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepository.kt212 isStrongBiometric: Boolean, in <lambda>()
218 isStrongBiometric, in <lambda>()

12