Searched defs:setError (Results 1 - 19 of 19) 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.h62 #define setError(_e, _r) \ macro
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp110 setError(ERROR_END_OF_STREAM);
121 setError(ERROR_UNSUPPORTED);
161 setError(err);
217 void NuPlayer::StreamingSource::setError(status_t err) { function in class:android::NuPlayer::StreamingSource
H A DRTSPSource.cpp811 setError(err);
838 setError(err);
859 void NuPlayer::RTSPSource::setError(status_t err) { function in class:android::NuPlayer::RTSPSource
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java95 public synchronized void setError(int error) { method in class:CameraDeviceState
/frameworks/base/core/java/android/widget/
H A DTextInputTimePickerView.java153 setError(!inputValid);
161 private void setError(boolean enabled) { method in class:TextInputTimePickerView
H A DEditor.java570 public void setError(CharSequence error, Drawable icon) { method in class:Editor
H A DTextView.java5429 setError(error);
6433 * {@link #setError}, or <code>null</code> if no error was set
6449 public void setError(CharSequence error) { method in class:TextView
6451 setError(null, null);
6457 setError(error, dr);
6470 public void setError(CharSequence error, Drawable icon) { method in class:TextView
6472 mEditor.setError(error, icon);
7712 * Resets the mErrorWasChanged flag, so that future calls to {@link #setError(CharSequence)}
7731 setError(null, null);
10819 info.setError(mEdito
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java164 protected void setError() { /* ignored */ } method in class:LoggingPrintStream
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java261 * previously or if {@code setError()} has been called;
263 * @see #setError()
285 protected void setError() { method in class:FastPrintWriter
420 setError();
437 setError();
456 setError();
475 setError();
500 setError();
536 setError();
601 setError();
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection.h111 inline void setError(const std::string &Error) { mLastError = Error; } function in class:slang::RSReflectionJava
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DRTSPSource2.cpp809 setError(err);
836 setError(err);
857 void NuPlayer2::RTSPSource2::setError(status_t err) { function in class:android::NuPlayer2::RTSPSource2
/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/rs/
H A DrsContext.cpp267 rsc->setError(RS_ERROR_DRIVER, "Failed loading driver");
280 rsc->setError(RS_ERROR_OUT_OF_MEMORY, "Failed initializing GL");
458 setError(RS_ERROR_BAD_VALUE, "Invalid path");
722 void Context::setError(RsError e, const char *msg) const { function in class:android::renderscript::Context
/frameworks/native/libs/binder/
H A DParcel.cpp655 void Parcel::setError(status_t err) function in class:android::Parcel
/frameworks/native/opengl/libagl/
H A Degl.cpp96 static T setError(GLint error, T returnValue) { function in namespace:android
397 return setError(EGL_BAD_ALLOC, EGL_FALSE);
404 return setError(EGL_BAD_ALLOC, EGL_FALSE);
418 return setError(EGL_BAD_ALLOC, EGL_FALSE);
422 return setError(EGL_BAD_ALLOC, EGL_FALSE);
434 return setError(EGL_BAD_ACCESS, EGL_FALSE);
512 return setError(EGL_BAD_ACCESS, EGL_FALSE);
554 return setError(EGL_BAD_ALLOC, EGL_FALSE);
572 setError(EGL_BAD_ALLOC, EGL_FALSE);
577 setError(EGL_BAD_ALLO
[all...]
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityNodeInfoCompat.java2621 public void setError(CharSequence error) { method in class:AccessibilityNodeInfoCompat
2623 mInfo.setError(error);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2622 public void setError(CharSequence error) { method in class:AccessibilityNodeInfo
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java16232 public void setError(int code, String msg) { method in class:PackageManagerService.PackageInstalledInfo
16238 public void setError(String msg, PackageParserException e) { method in class:PackageManagerService.PackageInstalledInfo
16243 addedChildPackages.valueAt(i).setError(msg, e);
16248 public void setError(String msg, PackageManagerException e) { method in class:PackageManagerService.PackageInstalledInfo
16253 addedChildPackages.valueAt(i).setError(msg, e);
16299 res.setError(INSTALL_FAILED_ALREADY_EXISTS, "Attempt to re-install " + pkgName
16306 res.setError(INSTALL_FAILED_ALREADY_EXISTS, "Attempt to re-install " + pkgName
16328 res.setError("Package couldn't be installed in " + pkg.codePath, e);
16375 res.setError(INSTALL_FAILED_UPDATE_INCOMPATIBLE,
16388 res.setError(INSTALL_FAILED_UPDATE_INCOMPATIBL
[all...]

Completed in 5031 milliseconds