Searched defs:setError (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DCustomErrorEditText.java40 public void setError(CharSequence error, Drawable icon) { method in class:CustomErrorEditText
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h64 #define setError(_e, _r) \ macro
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp95 setError(ERROR_END_OF_STREAM);
106 setError(ERROR_UNSUPPORTED);
146 setError(err);
202 void NuPlayer::StreamingSource::setError(status_t err) { function in class:android::NuPlayer::StreamingSource
H A DRTSPSource.cpp663 setError(err);
690 setError(err);
711 void NuPlayer::RTSPSource::setError(status_t err) { function in class:android::NuPlayer::RTSPSource
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp162 void WVMExtractor::setError(status_t err) { function in class:android::WVMExtractor
164 mImpl->setError(err);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java93 public synchronized void setError(int error) { method in class:CameraDeviceState
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java161 protected void setError() { /* ignored */ } method in class:LoggingPrintStream
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java244 * previously or if {@code setError()} has been called;
246 * @see #setError()
268 protected void setError() { method in class:FastPrintWriter
394 setError();
410 setError();
468 setError();
503 setError();
/frameworks/compile/slang/
H A Dslang_rs_reflection.h97 inline void setError(const std::string &Error) { mLastError = Error; } function in class:slang::RSReflectionJava
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatApi21.java58 public static void setError(Object info, CharSequence error) { method in class:AccessibilityNodeInfoCompatApi21
59 ((AccessibilityNodeInfo) info).setError(error);
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageLoader.java306 request.setError(error);
416 public void setError(VolleyError error) { method in class:ImageLoader.BatchedImageRequest
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java54 * {@link #setError(CharSequence)}.
285 * functionality before setting an error message via {@link #setError(CharSequence)}, will mean
337 public void setError(@Nullable CharSequence error) { method in class:TextInputLayout
390 * {@link #setError(CharSequence)}, or <code>null</code> if no error was set
393 * @see #setError(CharSequence)
543 info.setError(error);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java180 setError(error.type, error.extra, error.errorExtras, null);
341 setError(what, extra, null, null);
417 setError(Listener.ERROR_LOAD_FAILED, 0, null, e);
627 setError(Listener.ERROR_PREPARE_ERROR, 0, null, e);
638 private void setError(int type, int extra, Bundle extras, Exception e) { method in class:LocalRenderer
/frameworks/native/libs/binder/
H A DParcel.cpp637 void Parcel::setError(status_t err) function in class:android::Parcel
/frameworks/native/opengl/libagl/
H A Degl.cpp74 static T setError(GLint error, T returnValue) { function in namespace:android
380 return setError(EGL_BAD_ALLOC, EGL_FALSE);
387 return setError(EGL_BAD_ALLOC, EGL_FALSE);
401 return setError(EGL_BAD_ALLOC, EGL_FALSE);
405 return setError(EGL_BAD_ALLOC, EGL_FALSE);
417 return setError(EGL_BAD_ACCESS, EGL_FALSE);
501 return setError(EGL_BAD_ACCESS, EGL_FALSE);
543 return setError(EGL_BAD_ALLOC, EGL_FALSE);
561 setError(EGL_BAD_ALLOC, EGL_FALSE);
566 setError(EGL_BAD_ALLO
[all...]
/frameworks/rs/
H A DrsContext.cpp288 rsc->setError(RS_ERROR_OUT_OF_MEMORY, "Failed initializing GL");
478 setError(RS_ERROR_BAD_VALUE, "Invalid path");
757 void Context::setError(RsError e, const char *msg) const { function in class:Context
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java587 public void setError(Object info, CharSequence error); method in interface:AccessibilityNodeInfoCompat.AccessibilityNodeInfoImpl
1097 public void setError(Object info, CharSequence error) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
1814 public void setError(Object info, CharSequence error) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoApi21Impl
1815 AccessibilityNodeInfoCompatApi21.setError(info, error);
3295 public void setError(CharSequence error) { method in class:AccessibilityNodeInfoCompat
3296 IMPL.setError(mInfo, error);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2170 public void setError(CharSequence error) { method in class:AccessibilityNodeInfo
/frameworks/base/core/java/android/widget/
H A DEditor.java449 public void setError(CharSequence error, Drawable icon) { method in class:Editor
H A DTextView.java4106 setError(error);
4899 * {@link #setError}, or <code>null</code> if no error was set
4915 public void setError(CharSequence error) { method in class:TextView
4917 setError(null, null);
4923 setError(error, dr);
4936 public void setError(CharSequence error, Drawable icon) { method in class:TextView
4938 mEditor.setError(error, icon);
6135 * Resets the mErrorWasChanged flag, so that future calls to {@link #setError(CharSequence)}
6154 setError(null, null);
8925 info.setError(mEdito
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java11731 public void setError(int code, String msg) { method in class:PackageManagerService.PackageInstalledInfo
11737 public void setError(String msg, PackageParserException e) { method in class:PackageManagerService.PackageInstalledInfo
11743 public void setError(String msg, PackageManagerException e) { method in class:PackageManagerService.PackageInstalledInfo
11772 res.setError(INSTALL_FAILED_ALREADY_EXISTS, "Attempt to re-install " + pkgName
11779 res.setError(INSTALL_FAILED_ALREADY_EXISTS, "Attempt to re-install " + pkgName
11803 res.setError("Package couldn't be installed in " + pkg.codePath, e);
11858 res.setError(INSTALL_FAILED_UPDATE_INCOMPATIBLE,
11867 res.setError(INSTALL_FAILED_UPDATE_INCOMPATIBLE,
11912 res.setError(INSTALL_FAILED_REPLACE_COULDNT_DELETE, "replaceNonSystemPackageLI");
11937 res.setError("Packag
[all...]

Completed in 662 milliseconds