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

/packages/apps/Contacts/src/com/android/contacts/
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
H A DContactSaveService.java316 showToast(R.string.contactSavedErrorToast);
599 showToast(R.string.contactSavedErrorToast);
1305 showToast(R.string.contactUnlinkedToast);
1462 showToast(R.string.contactsJoinedMessage);
1464 showToast(R.string.contactsJoinedNamedMessage, name);
1473 showToast(R.string.contactJoinErrorToast);
1532 showToast(R.string.contactSavedErrorToast);
1571 showToast(R.string.contactSavedErrorToast);
1600 showToast(R.string.contactsJoinedMessage);
1602 showToast(
1777 private void showToast(final int messageId, final Object... args) { method in class:ContactSaveService
1791 private void showToast(final int message) { method in class:ContactSaveService
[all...]
/packages/apps/Dialer/java/com/android/contacts/common/
H A DClipboardUtils.java35 * @param showToast If {@code true}, a toast is shown to the user.
38 Context context, CharSequence label, CharSequence text, boolean showToast) {
48 if (showToast) {
37 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.java2485 private void doSave(boolean showToast) { argument
2486 sendOrSaveWithSanityChecks(true, showToast, false, false);
2949 * @param showToast True to show a toast once the message is sent/saved
2951 protected void sendOrSaveWithSanityChecks(final boolean save, final boolean showToast, argument
3000 sendOrSave(save, showToast);
3019 showToast, recipients);
3025 showToast, recipients);
3031 showSendConfirmDialog(R.string.confirm_send_message, showToast, recipients);
3036 performAdditionalSendOrSaveSanityChecks(save, showToast, recipients);
3062 private static final String SHOW_TOAST = "showToast";
3072 newInstance(final int messageId, final boolean showToast, final ArrayList<String> recipients) argument
3107 finishSendConfirmDialog( final boolean showToast, final ArrayList<String> recipients) argument
3117 showSendConfirmDialog(final int messageId, final boolean showToast, final ArrayList<String> recipients) argument
3286 performAdditionalSendOrSaveSanityChecks( final boolean save, final boolean showToast, ArrayList<String> recipients) argument
3291 sendOrSave(final boolean save, final boolean showToast) argument
[all...]
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestUssdActivity.java27 showToast("USSD Response Successly received for code:" + request + "," +
34 showToast("USSD Response failed for code:" + request + "," + failureCode);
71 showToast("Permission check failed");
82 private void showToast(String message) { method in class:TestUssdActivity
H A DTestDialerActivity.java66 showToast("User accepted request to become default dialer");
68 showToast("User declined request to become default dialer");
110 showToast("Permission check failed");
113 showToast("Permission check succeeded");
116 private void showToast(String message) { method in class:TestDialerActivity
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppLauncherActivity.java159 showToast(exception.getMessage());
390 showToast(exception.getMessage());
395 private void showToast(final String msg) { method in class:BluetoothOppLauncherActivity
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DBugleActionToasts.java61 showToast(R.string.send_message_failure_airplane_mode);
63 showToast(R.string.download_message_failure_airplane_mode);
68 showToast(R.string.send_message_failure_no_data);
70 showToast(R.string.download_message_failure_no_data);
81 showToast(isSend ? R.string.send_message_success
92 showToast(isSend ? R.string.send_message_failure
111 showToast(announcement);
117 showToast(R.string.conversation_deleted);
120 private static void showToast(final int messageResId) { method in class:BugleActionToasts
130 private static void showToast(fina method in class:BugleActionToasts
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/
H A DUiUtils.java99 public static void showToast(final int messageId) { method in class:UiUtils
107 public static void showToast(final int pluralsMessageId, final int count) { method in class:UiUtils
/packages/services/Car/car-lib/src/android/car/app/menu/
H A DCarUiEntry.java211 abstract public void showToast(String msg, long duration); method in class:CarUiEntry
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmStateManager.java478 boolean showToast) {
500 if (showToast) {
865 setSnoozeState(context, instance, true /* showToast */);
477 setSnoozeState(final Context context, AlarmInstance instance, boolean showToast) argument
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java337 showToast();
347 private void showToast() { method in class:ManageCachePage
/packages/apps/TV/src/com/android/tv/dialog/
H A DPinDialogFragment.java295 showToast(R.string.pin_toast_wrong);
299 private void showToast(int resId) { method in class:PinDialogFragment
333 showToast(R.string.pin_toast_not_match);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java247 showToast(R.string.pin_toast_wrong);
251 private void showToast(int resId) { method in class:PinDialogFragment
281 showToast(R.string.pin_toast_not_match);
/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.java960 showToast(R.string.shuffle_on_notif);
964 showToast(R.string.shuffle_off_notif);
981 showToast(R.string.repeat_all_notif);
988 showToast(R.string.repeat_current_notif);
991 showToast(R.string.repeat_off_notif);
998 private void showToast(int resid) { method in class:MediaPlaybackActivity

Completed in 524 milliseconds