/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLException.java | 26 super(getErrorString(error)); in GLException() 35 private static String getErrorString(int error) { in getErrorString() method in GLException
|
H A D | EGLLogWrapper.java | 247 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 D | GLSurfaceView.java | 1231 return function + " failed: " + EGLLogWrapper.getErrorString(error); in formatEglError()
|
H A D | GLLogWrapper.java | 253 public static String getErrorString(int error) { in getErrorString() method in GLLogWrapper
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | IccIoResult.java | 31 private String getErrorString() { in getErrorString() method in IccIoResult 206 + ((!success()) ? " Error: " + getErrorString() : ""); in toString()
|
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
H A D | CameraOps.java | 265 String errorMessage = mErrorDisplayer.getErrorString(e); in openCamera() 376 String errorMessage = mErrorDisplayer.getErrorString(e); 395 String errorMessage = mErrorDisplayer.getErrorString(e); 414 String errorMessage = mErrorDisplayer.getErrorString(e); 530 String errorMessage = mErrorDisplayer.getErrorString(e); 609 public String getErrorString(CameraAccessException e);
|
H A D | CameraView.java | 102 public String getErrorString(CameraAccessException e) { in CameraView()
|
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
H A D | CameraOps.java | 289 String errorMessage = mErrorDisplayer.getErrorString(e); in openCamera() 411 String errorMessage = mErrorDisplayer.getErrorString(e); in setRepeatingRequest() 430 String errorMessage = mErrorDisplayer.getErrorString(e); in setRepeatingBurst() 449 String errorMessage = mErrorDisplayer.getErrorString(e); in startCameraSession() 566 String errorMessage = mErrorDisplayer.getErrorString(e); in setRequest() 646 public String getErrorString(CameraAccessException e); in getErrorString() method
|
H A D | CameraView.java | 101 public String getErrorString(CameraAccessException e) { in CameraView()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | UsageStats.java | 64 + "\t" + FaceManager.getErrorString(context, mError, mVendorError); in toString() 122 + "\t" + FaceManager.getErrorString(mContext, key, 0 /* vendorCode */)); in print()
|
/aosp12/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceManager.java | 232 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in authenticate() 329 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in enroll() 380 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in enrollRemotely() 749 public static String getErrorString(Context context, int errMsg, int vendorCode) { in getErrorString() method in FaceManager 1248 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult() 1251 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult() 1254 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthController.java | 645 private String getErrorString(@Modality int modality, int error, int vendorCode) { in getErrorString() method in AuthController 648 return FaceManager.getErrorString(mContext, error, vendorCode); in getErrorString() 651 return FingerprintManager.getErrorString(mContext, error, vendorCode); in getErrorString() 689 : getErrorString(modality, error, vendorCode); in onBiometricError() 703 final String errorMessage = getErrorString(modality, error, vendorCode); in onBiometricError()
|
/aosp12/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintManager.java | 595 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 674 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll() 1241 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult() 1244 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult() 1249 getErrorString(mContext, errMsgId, vendorCode)); in sendErrorResult() 1382 public static String getErrorString(Context context, int errMsg, int vendorCode) { in getErrorString() method in FingerprintManager
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | AuthControllerTest.java | 362 FaceManager.getErrorString(mContext, error, vendorCode)); in testOnAuthenticationFailedInvoked_whenBiometricTimedOut() 394 FaceManager.getErrorString(mContext, error, vendorCode)); in testOnErrorInvoked_whenSystemRequested() 434 eq(modality), eq(FaceManager.getErrorString(mContext, error, vendorCode))); in testErrorLockout_whenCredentialNotAllowed_sendsOnError() 449 eq(modality), eq(FaceManager.getErrorString(mContext, error, vendorCode))); in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/ |
H A D | ProvisioningAnalyticsTracker.java | 140 AnalyticsUtils.getErrorString(task, errorCode)); in logProvisioningError() 143 .setStrings(AnalyticsUtils.getErrorString(task, errorCode)) in logProvisioningError()
|
H A D | AnalyticsUtils.java | 118 public static String getErrorString(AbstractProvisioningTask task, int errorCode) { in getErrorString() method in AnalyticsUtils
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | WebViewDelegate.java | 172 public String getErrorString(Context context, int errorCode) { in getErrorString() method in WebViewDelegate
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricPrompt.java | 503 errorMessage = FaceManager.getErrorString(mContext, error, vendorCode); 507 errorMessage = FingerprintManager.getErrorString(mContext, error, vendorCode);
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 14733 method public String getErrorString(android.content.Context, int);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 22942 Landroid/hardware/fingerprint/FingerprintManager;->getErrorString(II)Ljava/lang/String; 37849 Landroid/opengl/GLException;->getErrorString(I)Ljava/lang/String;
|