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.java1871 showErrorToast(getString(errorRes, maxSize)); in showAttachmentTooBigToast()
1874 private void showErrorToast(String message) { in showErrorToast() method
1940 showErrorToast(getString(R.string.attachment_permission_denied)); in handleAttachmentUrisFromIntent()
1948 showErrorToast(getString(R.string.attachment_permission_denied)); in handleAttachmentUrisFromIntent()
1968 showErrorToast(getString(R.string.attachment_permission_denied)); in handleAttachmentUrisFromIntent()
/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) {