HomeSort by relevance Sort by last modified time
    Searched refs:sToast (Results 1 - 2 of 2) sorted by null

  /packages/apps/AlarmClock/src/com/android/alarmclock/
ToastMaster.java 23 private static Toast sToast = null;
30 if (sToast != null)
31 sToast.cancel();
32 sToast = toast;
36 if (sToast != null)
37 sToast.cancel();
38 sToast = null;
  /packages/apps/DeskClock/src/com/android/deskclock/
ToastMaster.java 23 private static Toast sToast = null;
30 if (sToast != null)
31 sToast.cancel();
32 sToast = toast;
36 if (sToast != null)
37 sToast.cancel();
38 sToast = null;

Completed in 26 milliseconds