/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ClipboardUtils.java | 41 boolean showToast) { in copyText() argument 49 if (showToast) { in copyText()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | MtpContext.java | 83 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/ |
D | MessageFileViewFragment.java | 118 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()
|
D | ActivityHelper.java | 97 Utility.showToast(context, in deleteMessage() 114 Utility.showToast(context, message); in moveMessages()
|
D | MoveMessageToDialog.java | 292 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()
|
D | MessageList.java | 55 Utility.showToast(me, R.string.toast_account_not_found); in onCreate()
|
D | MessageViewFragmentBase.java | 754 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()
|
D | Welcome.java | 338 Utility.showToast(context, R.string.toast_account_not_found); in resolveAccountId()
|
D | MessageViewFragment.java | 371 Utility.showToast(getActivity(), toastResId); in onRespondToInvite()
|
D | MessageCompose.java | 878 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()
|
D | UIControllerBase.java | 925 Utility.showToast(mActivity, R.string.toast_mailbox_not_found); in onMailboxNotFound()
|
/packages/apps/Browser/src/com/android/browser/ |
D | Bookmarks.java | 69 /* 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/ |
D | MediaPlaybackActivity.java | 981 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/ |
D | WidgetConfiguration.java | 118 Utility.showToast(this, res); in onMissingData()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | ManageCachePage.java | 331 showToast(); in onClick() 341 private void showToast() { in showToast() method in ManageCachePage
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1076 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/ |
D | Utility.java | 520 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
|