/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | BiometricMessageInteractorTest.kt | 86 FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE 94 msgId = FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE, 103 .isEqualTo(FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE) 116 FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE 124 msgId = FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE,
|
/aosp14/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricFingerprintConstants.java | 46 @IntDef({FINGERPRINT_ERROR_HW_UNAVAILABLE, 72 int FINGERPRINT_ERROR_HW_UNAVAILABLE = 1; field
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintDetectClient.java | 86 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation() 107 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in startHalOperation()
|
H A D | FingerprintEnrollClient.java | 122 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in startHalOperation() 137 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation()
|
H A D | FingerprintAuthenticationClient.java | 215 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in startHalOperation() 230 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/fingerprint/ |
H A D | FingerprintManagerTest.java | 19 … static android.hardware.biometrics.BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE; 154 verify(mAuthCallback).onAuthenticationError(eq(FINGERPRINT_ERROR_HW_UNAVAILABLE), any()); in authenticate_errorWhenUnavailable()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | AidlConversionUtils.java | 36 return BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE; in toFrameworkError()
|
H A D | FingerprintAuthenticationClient.java | 252 BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in startHalOperation() 306 BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation()
|
H A D | FingerprintEnrollClient.java | 218 onError(BiometricFingerprintConstants.FINGERPRINT_ERROR_HW_UNAVAILABLE, in stopHalOperation()
|
H A D | Sensor.java | 605 errorConsumer.onError(FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE, in onBinderDied()
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintManager.java | 670 callback.onAuthenticationError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 671 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 758 callback.onEnrollmentError(FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll() 759 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll() 1651 case FINGERPRINT_ERROR_HW_UNAVAILABLE: in getErrorString()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitor.java | 1113 if (msgId == FingerprintManager.FINGERPRINT_ERROR_HW_UNAVAILABLE) { in handleFingerprintError()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 19673 field public static final int FINGERPRINT_ERROR_HW_UNAVAILABLE = 1; // 0x1
|