Searched defs:showToast (Results 1 - 7 of 7) 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/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.java1074 showToast(R.string.contactsJoinedMessage);
1078 showToast(R.string.contactSavedErrorToast);
1081 showToast(R.string.contactSavedErrorToast);
1109 private void showToast(final int message) { method in class:ContactSaveService
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java520 public static void showToast(Context context, int resId) { method in class:Utility
521 showToast(context, context.getResources().getString(resId));
530 public static void showToast(final Context context, final String message) { method in class:Utility
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java196 public void showToast(String text) { method in class:ImageShow
197 showToast(text, false);
200 public void showToast(String text, boolean important) { method in class:ImageShow
/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

Completed in 247 milliseconds