Home
last modified time | relevance | path

Searched refs:showErrorToast (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java1866 showErrorToast(getString(errorRes, maxSize)); in showAttachmentTooBigToast()
1869 private void showErrorToast(String message) { in showErrorToast() method
1938 showErrorToast(getString(R.string.attachment_permission_denied)); in handleAttachmentUrisFromIntent()
1946 showErrorToast(getString(R.string.attachment_permission_denied)); in handleAttachmentUrisFromIntent()
1966 showErrorToast(getString(R.string.attachment_permission_denied)); in handleAttachmentUrisFromIntent()
2030 showErrorToast(getResources().getString( in addAttachmentAndUpdateView()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DOnePaneController.java510 showErrorToast(folder, replaceVisibleToast); in onError()
DTwoPaneController.java874 showErrorToast(folder, replaceVisibleToast); in onError()
DAbstractActivityController.java3978 protected final void showErrorToast(final Folder folder, boolean replaceVisibleToast) {