Searched defs:showToast (Results 1 - 9 of 9) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DClipboardUtils.java36 * @param showToast If {@code true}, a toast is shown to the user.
39 boolean showToast) {
47 if (showToast) {
38 copyText(Context context, CharSequence label, CharSequence text, boolean showToast) argument
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAutoSendActivity.java68 final boolean showToast) {
72 return super.sendOrSaveWithSanityChecks(save, showToast, false, true);
67 sendOrSaveWithSanityChecks(final boolean save, final boolean showToast) argument
H A DComposeActivity.java2089 private void doSave(boolean showToast) { argument
2090 sendOrSaveWithSanityChecks(true, showToast, false, false);
2538 * @param showToast
2541 protected boolean sendOrSaveWithSanityChecks(final boolean save, final boolean showToast, argument
2598 showToast);
2604 showToast);
2610 showSendConfirmDialog(R.string.confirm_send_message, save, showToast);
2615 sendOrSave(save, showToast);
2643 final boolean save, final boolean showToast) {
2648 args.putBoolean("showToast", showToas
2642 newInstance(final int messageId, final boolean save, final boolean showToast) argument
2675 finishSendConfirmDialog(final boolean save, final boolean showToast) argument
2679 showSendConfirmDialog(final int messageId, final boolean save, final boolean showToast) argument
2808 sendOrSave(final boolean save, final boolean showToast) argument
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DBookmarks.java69 /* package */ static void addBookmark(Context context, boolean showToast, String url, argument
85 if (showToast) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java337 showToast();
347 private void showToast() { method in class:ManageCachePage
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java416 showToast(R.string.contactSavedErrorToast);
1077 showToast(R.string.contactsJoinedMessage);
1081 showToast(R.string.contactSavedErrorToast);
1084 showToast(R.string.contactSavedErrorToast);
1112 private void showToast(final int message) { method in class:ContactSaveService
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java512 public static void showToast(Context context, int resId) { method in class:Utility
513 showToast(context, context.getResources().getString(resId));
522 public static void showToast(final Context context, final String message) { method in class:Utility
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackActivity.java981 showToast(R.string.shuffle_on_notif);
985 showToast(R.string.shuffle_off_notif);
1002 showToast(R.string.repeat_all_notif);
1009 showToast(R.string.repeat_current_notif);
1012 showToast(R.string.repeat_off_notif);
1020 private void showToast(int resid) { method in class:MediaPlaybackActivity
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java249 private void correctAttachmentState(boolean showToast) { argument
269 updateState(HAS_ATTACHMENT, hasAttachment(), showToast);

Completed in 307 milliseconds