Searched defs:errorRes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java456 private final int errorRes; field in class:AttachmentsView.AttachmentFailureException
460 this.errorRes = R.string.generic_attachment_problem;
463 public AttachmentFailureException(String error, int errorRes) { argument
465 this.errorRes = errorRes;
470 this.errorRes = R.string.generic_attachment_problem;
478 return errorRes;
H A DComposeActivity.java1868 private void showAttachmentTooBigToast(int errorRes) { argument
1871 showErrorToast(getString(errorRes, maxSize));

Completed in 371 milliseconds