/frameworks/base/opengl/java/android/opengl/ |
D | GLException.java | 26 super(getErrorString(error)); in GLException() 35 private static String getErrorString(int error) { in getErrorString() method in GLException
|
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
|
D | GLSurfaceView.java | 1231 return function + " failed: " + EGLLogWrapper.getErrorString(error); in formatEglError()
|
D | GLLogWrapper.java | 253 public static String getErrorString(int error) { in getErrorString() method in GLLogWrapper
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccIoResult.java | 31 private String getErrorString() { in getErrorString() method in IccIoResult 206 + ((!success()) ? " Error: " + getErrorString() : ""); in toString()
|
/frameworks/base/core/java/android/hardware/fingerprint/ |
D | FingerprintCallback.java | 26 import static android.hardware.fingerprint.FingerprintManager.getErrorString; 219 getErrorString(context, errMsgId, vendorCode)); in sendErrorResult() 222 getErrorString(context, errMsgId, vendorCode)); in sendErrorResult() 225 getErrorString(context, errMsgId, vendorCode)); in sendErrorResult()
|
D | FingerprintManager.java | 664 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in authenticate() 755 getErrorString(mContext, FINGERPRINT_ERROR_UNABLE_TO_PROCESS, in enroll() 774 getErrorString(mContext, FINGERPRINT_ERROR_HW_UNAVAILABLE, in enroll() 1460 public static String getErrorString(Context context, int errMsg, int vendorCode) { in getErrorString() method in FingerprintManager
|
/frameworks/base/core/java/android/hardware/face/ |
D | FaceCallback.java | 25 import static android.hardware.face.FaceManager.getErrorString; 201 getErrorString(context, errMsgId, vendorCode)); in sendErrorResult() 204 getErrorString(context, errMsgId, vendorCode)); in sendErrorResult() 207 getErrorString(context, errMsgId, vendorCode)); in sendErrorResult()
|
D | FaceManager.java | 287 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in authenticate() 376 getErrorString(mContext, FACE_ERROR_UNABLE_TO_PROCESS, in enroll() 384 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in enroll() 404 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in enroll() 456 getErrorString(mContext, FACE_ERROR_HW_UNAVAILABLE, in enrollRemotely() 898 public static String getErrorString(Context context, int errMsg, int vendorCode) { in getErrorString() method in FaceManager
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | UsageStats.java | 64 + "\t" + FaceManager.getErrorString(context, mError, mVendorError); in toString() 135 + "\t" + FaceManager.getErrorString(mContext, key, 0 /* vendorCode */)); in print()
|
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/ |
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);
|
D | CameraView.java | 102 public String getErrorString(CameraAccessException e) { in CameraView()
|
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/ |
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
|
D | CameraView.java | 101 public String getErrorString(CameraAccessException e) { in CameraView()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | FingerprintAuthenticationClient.java | 23 import static android.hardware.fingerprint.FingerprintManager.getErrorString; 228 getErrorString(getContext(), errorCode, 0 /* vendorCode */), in handleLockout() 266 getRequestReason(), getErrorString(getContext(), errorCode, vendorCode), in onError() 450 getErrorString(getContext(), error, 0), error).build() in onLockoutTimed() 484 getErrorString(getContext(), error, 0), error).build() in onLockoutPermanent()
|
D | FingerprintEnrollClient.java | 23 import static android.hardware.fingerprint.FingerprintManager.getErrorString; 209 getErrorString(getContext(), errorCode, vendorCode), errorCode).build() in onError()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | FaceDetectClient.java | 19 import static android.hardware.face.FaceManager.getErrorString; 146 getErrorString(getContext(), error, vendorCode), error).build() in onError()
|
D | FaceEnrollClient.java | 22 import static android.hardware.face.FaceManager.getErrorString; 245 getErrorString(getContext(), error, vendorCode), error).build() in onError()
|
D | FaceAuthenticationClient.java | 26 import static android.hardware.face.FaceManager.getErrorString; 296 getErrorString(getContext(), error, vendorCode), error).build() in onError()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewDelegate.java | 172 public String getErrorString(Context context, int errorCode) { in getErrorString() method in WebViewDelegate
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthController.java | 1043 private String getErrorString(@Modality int modality, int error, int vendorCode) { in getErrorString() method in AuthController 1046 return FaceManager.getErrorString(mContext, error, vendorCode); in getErrorString() 1049 return FingerprintManager.getErrorString(mContext, error, vendorCode); in getErrorString() 1089 : getErrorString(modality, error, vendorCode); in onBiometricError() 1103 final String errorMessage = getErrorString(modality, error, vendorCode); in onBiometricError()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | AuthControllerTest.java | 588 FaceManager.getErrorString(mContext, error, vendorCode)); in testOnErrorInvoked_whenSystemRequested() 628 eq(modality), eq(FaceManager.getErrorString(mContext, error, vendorCode))); in testErrorLockout_whenCredentialNotAllowed_sendsOnError() 643 eq(modality), eq(FaceManager.getErrorString(mContext, error, vendorCode))); in testErrorLockoutPermanent_whenCredentialNotAllowed_sendsOnError()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | BiometricPrompt.java | 746 errorMessage = FaceManager.getErrorString(mContext, error, vendorCode); 750 errorMessage = FingerprintManager.getErrorString(mContext, error, vendorCode);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
D | BiometricViewBinder.kt | 544 .map { FaceManager.getErrorString(applicationContext, it, 0 /* vendorCode */) } in <lambda>()
|
/frameworks/base/core/api/ |
D | system-current.txt | 18396 method public String getErrorString(android.content.Context, int);
|