Searched defs:errorRes (Results 1 – 3 of 3) sorted by relevance
456 private final int errorRes; field in AttachmentsView.AttachmentFailureException463 public AttachmentFailureException(String error, int errorRes) { in AttachmentFailureException()
1893 private void showAttachmentTooBigToast(int errorRes) { in showAttachmentTooBigToast()
65 int errorRes = mLastResultFailed ? mError : mComputing; in updateUi() local