Home
last modified time | relevance | path

Searched refs:ERROR_CANCELED (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
H A DVtsHalBiometricsFingerprintV2_1TargetTest.cpp376 sp<ErrorCallback> cb = new ErrorCallback(true, FingerprintError::ERROR_CANCELED); in TEST_P()
387 ASSERT_EQ(FingerprintError::ERROR_CANCELED, cb->error); in TEST_P()
395 sp<ErrorCallback> cb = new ErrorCallback(true, FingerprintError::ERROR_CANCELED); in TEST_P()
411 ASSERT_EQ(FingerprintError::ERROR_CANCELED, cb->error); in TEST_P()
416 sp<ErrorCallback> cb = new ErrorCallback(true, FingerprintError::ERROR_CANCELED); in TEST_P()
431 ASSERT_EQ(FingerprintError::ERROR_CANCELED, cb->error); in TEST_P()
436 sp<ErrorCallback> cb = new ErrorCallback(true, FingerprintError::ERROR_CANCELED); in TEST_P()
451 ASSERT_EQ(FingerprintError::ERROR_CANCELED, cb->error); in TEST_P()
456 sp<ErrorCallback> cb = new ErrorCallback(true, FingerprintError::ERROR_CANCELED); in TEST_P()
471 ASSERT_EQ(FingerprintError::ERROR_CANCELED, cb->error); in TEST_P()
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/
H A Dtypes.hal45 * For example, ERROR_CANCELED should follow any acquisition message that
49 * followed by ERROR_CANCELED.
63 ERROR_CANCELED = 5,
77 * If this causes the current operation to fail, an additional ERROR_CANCELED
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanException.java60 case ILowpanInterface.ERROR_CANCELED: in rethrowFromServiceSpecificException()
H A DILowpanInterface.aidl91 const int ERROR_CANCELED = 10; field
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDataModelException.java35 public static final int ERROR_CANCELED = 121; field in DataModelException
/aosp12/frameworks/base/keystore/java/android/security/
H A DAndroidProtectedConfirmation.java34 public static final int ERROR_CANCELED = ResponseCode.CANCELLED; field in AndroidProtectedConfirmation
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/default/
H A DBiometricsFingerprint.cpp79 mClientCallback->onError(kDeviceId, FingerprintError::ERROR_CANCELED, 0 /* vendorCode */); in cancel()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DTestHal.java96 mCallback.onError(0, FingerprintError.ERROR_CANCELED, 0 /* vendorCode */); in cancel()
/aosp12/frameworks/proto_logging/stats/enums/hardware/biometrics/
H A Denums.proto58 // When the HAL has not sent ERROR_CANCELED within the specified timeout.
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/
H A Dtypes.hal27 * If this causes the current operation to fail, an additional ERROR_CANCELED
/aosp12/frameworks/base/core/java/android/security/
H A DConfirmationPrompt.java112 case AndroidProtectedConfirmation.ERROR_CANCELED: in doCallback()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintUtils.java166 case FingerprintError.ERROR_CANCELED: in isKnownErrorCode()
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.cpp101 return FingerprintError::ERROR_CANCELED; in VendorErrorFilter()
/aosp12/frameworks/base/core/proto/android/server/
H A Dbiometrics.proto89 * requested and we're waiting for the HAL(s) to send ERROR_CANCELED.
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java102 private static final String ERROR_CANCELED = "error_canceled"; field in BiometricServiceTest