Searched defs:getErrorString (Results 1 - 5 of 5) 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 DGLLogWrapper.java253 public static String getErrorString(int error) { method in class:GLLogWrapper
/frameworks/base/core/java/android/webkit/
H A DWebViewDelegate.java152 public String getErrorString(Context context, int errorCode) { method in class:WebViewDelegate
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewDelegateFactory.java71 /** @see android.webkit.WebViewDelegate#getErrorString */
72 String getErrorString(Context context, int errorCode); method in interface:WebViewDelegateFactory.WebViewDelegate
161 public String getErrorString(Context context, int errorCode) { method in class:WebViewDelegateFactory.ProxyDelegate
162 return delegate.getErrorString(context, errorCode);
326 public String getErrorString(Context context, int errorCode) { method in class:WebViewDelegateFactory.Api21CompatibilityDelegate

Completed in 58 milliseconds