Home
last modified time | relevance | path

Searched refs:showToast (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
DClipboardUtils.java41 boolean showToast) { in copyText() argument
49 if (showToast) { in copyText()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMtpContext.java83 showToast(R.string.camera_connected); in deviceAdded()
88 showToast(R.string.camera_disconnected); in deviceRemoved()
95 private void showToast(final int msg) { in showToast() method in MtpContext
/packages/apps/Email/src/com/android/email/activity/
DMessageFileViewFragment.java118 Utility.showToast(activity, R.string.message_view_parse_message_toast); in openMessageSync()
122 Utility.showToast(activity, R.string.message_view_display_attachment_toast); in openMessageSync()
DActivityHelper.java97 Utility.showToast(context, in deleteMessage()
114 Utility.showToast(context, message); in moveMessages()
DMoveMessageToDialog.java292 Utility.showToast( in loadInBackground()
300 Utility.showToast(mActivity, R.string.cannot_move_special_mailboxes_toast); in loadInBackground()
308 Utility.showToast(mActivity, R.string.cannot_move_multiple_accounts_toast); in loadInBackground()
DMessageList.java55 Utility.showToast(me, R.string.toast_account_not_found); in onCreate()
DMessageViewFragmentBase.java754 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved); in onSaveAttachment()
765 Utility.showToast(getActivity(), String.format( in onSaveAttachment()
769 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved); in onSaveAttachment()
826 Utility.showToast(getActivity(), R.string.message_view_status_attachment_not_saved); in onOpenAttachment()
833 Utility.showToast( in onOpenAttachment()
843 Utility.showToast(getActivity(), R.string.message_view_display_attachment_toast); in onOpenAttachment()
1173 Utility.showToast(getActivity(), R.string.error_loading_message_body); in onSuccess()
1941 Utility.showToast(getActivity(), R.string.message_view_always_show_pictures_confirmation); in setShowImagesForSender()
DWelcome.java338 Utility.showToast(context, R.string.toast_account_not_found); in resolveAccountId()
DMessageViewFragment.java371 Utility.showToast(getActivity(), toastResId); in onRespondToInvite()
DMessageCompose.java878 Utility.showToast(MessageCompose.this, R.string.error_loading_message_body); in resumeDraft()
975 Utility.showToast(MessageCompose.this, R.string.error_loading_message_body); in loadSourceMessage()
1385 Utility.showToast(MessageCompose.this, in doInBackground()
1524 Utility.showToast(MessageCompose.this, R.string.message_discarded_toast); in onDeleteMessageConfirmationDialogOkPressed()
DUIControllerBase.java925 Utility.showToast(mActivity, R.string.toast_mailbox_not_found); in onMailboxNotFound()
/packages/apps/Browser/src/com/android/browser/
DBookmarks.java69 /* package */ static void addBookmark(Context context, boolean showToast, String url, in addBookmark() argument
85 if (showToast) { in addBookmark()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackActivity.java981 showToast(R.string.shuffle_on_notif); in toggleShuffle()
985 showToast(R.string.shuffle_off_notif); in toggleShuffle()
1002 showToast(R.string.repeat_all_notif); in cycleRepeat()
1009 showToast(R.string.repeat_current_notif); in cycleRepeat()
1012 showToast(R.string.repeat_off_notif); in cycleRepeat()
1020 private void showToast(int resid) { in showToast() method in MediaPlaybackActivity
/packages/apps/Email/src/com/android/email/widget/
DWidgetConfiguration.java118 Utility.showToast(this, res); in onMissingData()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DManageCachePage.java331 showToast(); in onClick()
341 private void showToast() { in showToast() method in ManageCachePage
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java1076 showToast(R.string.contactsJoinedMessage); in joinContacts()
1080 showToast(R.string.contactSavedErrorToast); in joinContacts()
1083 showToast(R.string.contactSavedErrorToast); in joinContacts()
1111 private void showToast(final int message) { in showToast() method in ContactSaveService
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java520 public static void showToast(Context context, int resId) { in showToast() method in Utility
521 showToast(context, context.getResources().getString(resId)); in showToast()
530 public static void showToast(final Context context, final String message) { in showToast() method in Utility