Home | History | Annotate | Download | only in action

Lines Matching refs:showToast

61                     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) {
130 private static void showToast(final String message) {