Searched defs:showToast (Results 1 - 13 of 13) 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.java70 private void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast) { argument
75 save, showToast, false /* orientationChanged */, true /* autoSend */);
H A DComposeActivity.java2480 private void doSave(boolean showToast) { argument
2481 sendOrSaveWithSanityChecks(true, showToast, false, false);
2937 * @param showToast True to show a toast once the message is sent/saved
2939 protected void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast, argument
2988 sendOrSave(save, showToast);
3007 showToast, recipients);
3013 showToast, recipients);
3019 showSendConfirmDialog(R.string.confirm_send_message, showToast, recipients);
3024 performAdditionalSendOrSaveSanityChecks(save, showToast, recipients);
3050 private static final String SHOW_TOAST = "showToast";
3060 newInstance(final int messageId, final boolean showToast, final ArrayList<String> recipients) argument
3095 finishSendConfirmDialog( final boolean showToast, final ArrayList<String> recipients) argument
3105 showSendConfirmDialog(final int messageId, final boolean showToast, final ArrayList<String> recipients) argument
3274 performAdditionalSendOrSaveSanityChecks( final boolean save, final boolean showToast, ArrayList<String> recipients) argument
3279 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/TvSettings/Settings/src/com/android/tv/settings/about/
H A DAboutActivity.java139 showToast(getResources().getQuantityString(
144 showToast(getString(R.string.show_dev_on));
149 showToast(getString(R.string.show_dev_already));
268 private void showToast(String toastString) { method in class:AboutActivity
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmStateManager.java384 public static void setSnoozeState(Context context, AlarmInstance instance, boolean showToast) { argument
408 if (showToast) {
664 setSnoozeState(context, instance, true /* showToast */);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java337 showToast();
347 private void showToast() { method in class:ManageCachePage
/packages/apps/FMRadio/src/com/android/fmradio/
H A DFmMainActivity.java237 showToast(getString(R.string.not_available));
1047 private void showToast(CharSequence text) { method in class:FmMainActivity
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java226 showToast(R.string.pin_toast_wrong);
230 private void showToast(int resId) { method in class:PinDialogFragment
260 showToast(R.string.pin_toast_not_match);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java413 showToast(R.string.contactSavedErrorToast);
1020 showToast(R.string.contactSavedErrorToast);
1085 showToast(R.string.contactsJoinedMessage);
1089 showToast(R.string.contactSavedErrorToast);
1092 showToast(R.string.contactSavedErrorToast);
1120 private void showToast(final int message) { method in class:ContactSaveService
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java423 public static void showToast(Context context, int resId) { method in class:Utility
424 showToast(context, context.getResources().getString(resId));
433 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 342 milliseconds