Home | History | Annotate | Download | only in deskclock

Lines Matching defs:toast

42 import android.widget.Toast;
100 // Pop a toast when enabling alarms.
251 // Save the alarm and pop a toast.
309 * Display a toast that tells the user how long until the alarm
321 Toast toast = Toast.makeText(context, toastText, Toast.LENGTH_LONG);
322 ToastMaster.setToast(toast);
323 toast.show();