Searched refs:errorRes (Results 1 – 4 of 4) sorted by relevance
456 private final int errorRes; field in AttachmentsView.AttachmentFailureException460 this.errorRes = R.string.generic_attachment_problem; in AttachmentFailureException()463 public AttachmentFailureException(String error, int errorRes) { in AttachmentFailureException() argument465 this.errorRes = errorRes; in AttachmentFailureException()470 this.errorRes = R.string.generic_attachment_problem; in AttachmentFailureException()478 return errorRes; in getErrorRes()
1893 private void showAttachmentTooBigToast(int errorRes) { in showAttachmentTooBigToast() argument1896 showErrorToast(getString(errorRes, maxSize)); in showAttachmentTooBigToast()
66 int errorRes = mLastResultFailed ? mError : mComputing; in updateUi() local68 mAppSize.setSummary(errorRes); in updateUi()69 mDataSize.setSummary(errorRes); in updateUi()70 mCacheSize.setSummary(errorRes); in updateUi()71 mTotalSize.setSummary(errorRes); in updateUi()