Lines Matching refs:toast
64 import android.widget.Toast;
109 // can not be found, and toast message will pop up that the alarm has be deleted.
536 // dismiss the toast bar. However, since there is no way to determine if
537 // home was pressed, just dismiss any existing toast bar when restarting
622 Toast toast = Toast.makeText(context, R.string.missed_alarm_has_been_deleted,
623 Toast.LENGTH_LONG);
624 ToastMaster.setToast(toast);
625 toast.show();