Searched refs:getErrorString (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLException.java26 super(getErrorString(error));
35 private static String getErrorString(int error) { method in class:GLException
H A DEGLLogWrapper.java247 returns(getErrorString(result));
372 String errorMessage = "eglError: " + getErrorString(eglError);
535 public static String getErrorString(int error) { method in class:EGLLogWrapper
H A DGLSurfaceView.java1230 return function + " failed: " + EGLLogWrapper.getErrorString(error);
H A DGLLogWrapper.java253 public static String getErrorString(int error) { method in class:GLLogWrapper
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccIoResult.java28 private String getErrorString() { method in class:IccIoResult
184 + Integer.toHexString(sw2) + ((!success()) ? " Error: " + getErrorString() : "");
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java530 getErrorString(FINGERPRINT_ERROR_HW_UNAVAILABLE, 0 /* vendorCode */));
580 getErrorString(FINGERPRINT_ERROR_HW_UNAVAILABLE, 0 /* vendorCode */));
650 getErrorString(FINGERPRINT_ERROR_HW_UNAVAILABLE, 0 /* vendorCode */));
672 getErrorString(FINGERPRINT_ERROR_HW_UNAVAILABLE, 0 /* vendorCode */));
928 getErrorString(errMsgId, vendorCode));
931 getErrorString(errMsgId, vendorCode));
934 getErrorString(errMsgId, vendorCode));
937 getErrorString(errMsgId, vendorCode));
1016 private String getErrorString(int errMsg, int vendorCode) { method in class:FingerprintManager
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraOps.java289 String errorMessage = mErrorDisplayer.getErrorString(e);
411 String errorMessage = mErrorDisplayer.getErrorString(e);
430 String errorMessage = mErrorDisplayer.getErrorString(e);
449 String errorMessage = mErrorDisplayer.getErrorString(e);
566 String errorMessage = mErrorDisplayer.getErrorString(e);
646 public String getErrorString(CameraAccessException e); method in interface:CameraOps.ErrorDisplayer
H A DCameraView.java101 public String getErrorString(CameraAccessException e) {
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraOps.java265 String errorMessage = mErrorDisplayer.getErrorString(e);
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); method in interface:CameraOps.ErrorDisplayer
H A DCameraView.java102 public String getErrorString(CameraAccessException e) {
/frameworks/base/core/java/android/webkit/
H A DWebViewDelegate.java177 public String getErrorString(Context context, int errorCode) { method in class:WebViewDelegate

Completed in 2745 milliseconds