Home
last modified time | relevance | path

Searched refs:getErrorString (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLException.java26 super(getErrorString(error)); in GLException()
35 private static String getErrorString(int error) { in getErrorString() method in GLException
H A DEGLLogWrapper.java247 returns(getErrorString(result)); in eglGetError()
372 String errorMessage = "eglError: " + getErrorString(eglError); in checkError()
535 public static String getErrorString(int error) { in getErrorString() method in EGLLogWrapper
H A DGLSurfaceView.java1231 return function + " failed: " + EGLLogWrapper.getErrorString(error); in formatEglError()
H A DGLLogWrapper.java253 public static String getErrorString(int error) { in getErrorString() method in GLLogWrapper
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintAndFaceView.kt49 unsuccessfulReason == FaceManager.getErrorString(
53 ) || unsuccessfulReason == FaceManager.getErrorString(
H A DAuthController.java1054 private String getErrorString(@Modality int modality, int error, int vendorCode) { in getErrorString() method in AuthController
1057 return FaceManager.getErrorString(mContext, error, vendorCode); in getErrorString()
1060 return FingerprintManager.getErrorString(mContext, error, vendorCode); in getErrorString()
1099 : getErrorString(modality, error, vendorCode); in onBiometricError()
1113 final String errorMessage = getErrorString(modality, error, vendorCode); in onBiometricError()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DUsageStats.java64 + "\t" + FaceManager.getErrorString(context, mError, mVendorError); in toString()
135 + "\t" + FaceManager.getErrorString(mContext, key, 0 /* vendorCode */)); in print()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java267 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in authenticate()
353 getErrorString(mContext, FACE_ERROR_UNABLE_TO_PROCESS, in enroll()
361 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in enroll()
381 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in enroll()
432 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in enrollRemotely()
870 public static String getErrorString(Context context, int errMsg, int vendorCode) { in getErrorString() method in FaceManager
1369 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult()
1372 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult()
1375 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java671 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate()
741 getErrorString(mContext, FINGERPRINT_ERROR_UNABLE_TO_PROCESS, in enroll()
759 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll()
1465 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult()
1468 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult()
1473 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult()
1649 public static String getErrorString(Context context, int errMsg, int vendorCode) { in getErrorString() method in FingerprintManager
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewDelegate.java172 public String getErrorString(Context context, int errorCode) { in getErrorString() method in WebViewDelegate
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintAndFaceViewTest.kt144 FaceManager.getErrorString(
H A DAuthControllerTest.java580 FaceManager.getErrorString(mContext, error, vendorCode)); in testOnErrorInvoked_whenSystemRequested()
620 eq(modality), eq(FaceManager.getErrorString(mContext, error, vendorCode))); in testErrorLockout_whenCredentialNotAllowed_sendsOnError()
635 eq(modality), eq(FaceManager.getErrorString(mContext, error, vendorCode))); in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()
/aosp14/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricPrompt.java555 errorMessage = FaceManager.getErrorString(mContext, error, vendorCode);
559 errorMessage = FingerprintManager.getErrorString(mContext, error, vendorCode);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricViewBinder.kt466 .map { FaceManager.getErrorString(applicationContext, it, 0 /* vendorCode */) }
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt17608 method public String getErrorString(android.content.Context, int);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20064 Landroid/hardware/fingerprint/FingerprintManager;->getErrorString(II)Ljava/lang/String;
34526 Landroid/opengl/GLException;->getErrorString(I)Ljava/lang/String;