/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/ |
H A D | VtsHalBiometricsFingerprintV2_1TargetTest.cpp | 376 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 D | types.hal | 45 * 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 D | LowpanException.java | 60 case ILowpanInterface.ERROR_CANCELED: in rethrowFromServiceSpecificException()
|
H A D | ILowpanInterface.aidl | 91 const int ERROR_CANCELED = 10; field
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | DataModelException.java | 35 public static final int ERROR_CANCELED = 121; field in DataModelException
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | AndroidProtectedConfirmation.java | 34 public static final int ERROR_CANCELED = ResponseCode.CANCELLED; field in AndroidProtectedConfirmation
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/default/ |
H A D | BiometricsFingerprint.cpp | 79 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 D | TestHal.java | 96 mCallback.onError(0, FingerprintError.ERROR_CANCELED, 0 /* vendorCode */); in cancel()
|
/aosp12/frameworks/proto_logging/stats/enums/hardware/biometrics/ |
H A D | enums.proto | 58 // When the HAL has not sent ERROR_CANCELED within the specified timeout.
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/ |
H A D | types.hal | 27 * If this causes the current operation to fail, an additional ERROR_CANCELED
|
/aosp12/frameworks/base/core/java/android/security/ |
H A D | ConfirmationPrompt.java | 112 case AndroidProtectedConfirmation.ERROR_CANCELED: in doCallback()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintUtils.java | 166 case FingerprintError.ERROR_CANCELED: in isKnownErrorCode()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/default/ |
H A D | BiometricsFingerprint.cpp | 101 return FingerprintError::ERROR_CANCELED; in VendorErrorFilter()
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | biometrics.proto | 89 * 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 D | BiometricServiceTest.java | 102 private static final String ERROR_CANCELED = "error_canceled"; field in BiometricServiceTest
|