/frameworks/base/core/java/android/hardware/biometrics/events/ |
D | AuthenticationSucceededInfo.java | 52 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/ |
D | AuthenticationClient.java | 70 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/ |
D | FingerprintDetectClient.java | 55 private final boolean mIsStrongBiometric; field in FingerprintDetectClient 77 mIsStrongBiometric = isStrongBiometric; in FingerprintDetectClient() 165 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
|
D | FingerprintAuthenticationClient.java | 88 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/ |
D | FaceDetectClient.java | 58 private final boolean mIsStrongBiometric; field in FaceDetectClient 89 mIsStrongBiometric = isStrongBiometric; in FaceDetectClient() 184 getListener().onDetected(getSensorId(), getTargetUserId(), mIsStrongBiometric); in onInteractionDetected() local
|
D | FaceAuthenticationClient.java | 84 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/ |
D | FaceManager.java | 986 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/ |
D | FingerprintManager.java | 309 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/ |
D | KeyguardUpdateMonitor.java | 454 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()
|