Searched defs:errorRes (Results 1 – 4 of 4) 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()
66 int errorRes = mLastResultFailed ? mError : mComputing; in updateUi() local