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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DOnePaneController.java510 showErrorToast(folder, replaceVisibleToast);
H A DTwoPaneController.java874 showErrorToast(folder, replaceVisibleToast);
H A DAbstractActivityController.java3978 protected final void showErrorToast(final Folder folder, boolean replaceVisibleToast) { method in class:AbstractActivityController
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java1865 showErrorToast(getString(errorRes, maxSize));
1868 private void showErrorToast(String message) { method in class:ComposeActivity
1931 showErrorToast(getString(R.string.attachment_permission_denied));
1950 showErrorToast(getString(R.string.attachment_permission_denied));
1968 showErrorToast(getString(R.string.attachment_permission_denied));
2032 showErrorToast(getResources().getString(

Completed in 1166 milliseconds