Home | History | Annotate | Download | only in activity

Lines Matching defs:Utility

75 import com.android.emailcommon.utility.AttachmentUtilities;
76 import com.android.emailcommon.utility.EmailAsyncTask;
77 import com.android.emailcommon.utility.Utility;
749 if (!Utility.isExternalStorageMounted()) {
754 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved);
765 Utility.showToast(getActivity(), String.format(
769 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved);
781 File file = Utility.createUniqueFile(downloads, attachment.mFileName);
825 if (!info.mAllowSave || !Utility.isExternalStorageMounted()) {
826 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved);
833 Utility.showToast(
843 Utility.showToast(getActivity(), R.string.message_view_display_attachment_toast);
1173 Utility.showToast(getActivity(), R.string.error_loading_message_body);
1499 if (Utility.attachmentExists(mContext, attachment)) {
1605 Utility.appendBold(ssb, res.getString(R.string.message_view_to_label));
1611 Utility.appendBold(ssb, res.getString(R.string.message_view_cc_label));
1617 Utility.appendBold(ssb, res.getString(R.string.message_view_bcc_label));
1941 Utility.showToast(getActivity(), R.string.message_view_always_show_pictures_confirmation);