Home
last modified time | relevance | path

Searched refs:mIsStrongBiometric (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/biometrics/events/
DAuthenticationSucceededInfo.java52 private final boolean mIsStrongBiometric; field in AuthenticationSucceededInfo
86 this.mIsStrongBiometric = isStrongBiometric; in AuthenticationSucceededInfo()
114 return mIsStrongBiometric; in isIsStrongBiometric()
140 && mIsStrongBiometric == that.mIsStrongBiometric in equals()
153 _hash = 31 * _hash + Boolean.hashCode(mIsStrongBiometric); in hashCode()
165 if (mIsStrongBiometric) flg |= 0x4; in writeToParcel()
195 this.mIsStrongBiometric = isStrongBiometric; in AuthenticationSucceededInfo()
224 private boolean mIsStrongBiometric; field in AuthenticationSucceededInfo.Builder
253 mIsStrongBiometric = isStrongBiometric; in Builder()
287 mIsStrongBiometric = value; in setIsStrongBiometric()
[all …]
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java70 private final boolean mIsStrongBiometric; field in AuthenticationClient
103 mIsStrongBiometric = isStrongBiometric; in AuthenticationClient()
247 if (mIsStrongBiometric) { in onAuthenticated()
265 getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
269 getTargetUserId(), mIsStrongBiometric); in onAuthenticated() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintDetectClient.java55 private final boolean mIsStrongBiometric; field in FingerprintDetectClient
77 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient()
165 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
DFingerprintAuthenticationClient.java88 private final boolean mIsStrongBiometric; field in FingerprintAuthenticationClient
137 mIsStrongBiometric = isStrongBiometric; in FingerprintAuthenticationClient()
188 getRequestReason(), mIsStrongBiometric, getTargetUserId()).build() in onAuthenticated()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClient.java58 private final boolean mIsStrongBiometric; field in FaceDetectClient
89 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient()
184 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
DFaceAuthenticationClient.java84 private final boolean mIsStrongBiometric; field in FaceAuthenticationClient
135 mIsStrongBiometric = isStrongBiometric; in FaceAuthenticationClient()
274 getRequestReason(), mIsStrongBiometric, getTargetUserId()).build() in onAuthenticated()
/frameworks/base/core/java/android/hardware/face/
DFaceManager.java986 private final boolean mIsStrongBiometric; field in FaceManager.AuthenticationResult
1000 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
1040 return mIsStrongBiometric; in isStrongBiometric()
/frameworks/base/core/java/android/hardware/fingerprint/
DFingerprintManager.java309 private boolean mIsStrongBiometric; field in FingerprintManager.AuthenticationResult
323 mIsStrongBiometric = isStrongBiometric; in AuthenticationResult()
354 return mIsStrongBiometric; in isStrongBiometric()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java454 private final boolean mIsStrongBiometric; field in KeyguardUpdateMonitor.BiometricAuthenticated
458 this.mIsStrongBiometric = isStrongBiometric; in BiometricAuthenticated()
1417 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric); in getUserUnlockedWithBiometric()
1442 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric); in getUserUnlockedWithBiometricAndIsBypassing()
4008 && isUnlockingWithBiometricAllowed(fingerprint.mIsStrongBiometric))); in dump()