Home
last modified time | relevance | path

Searched refs:sToast (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DToastMaster.java23 private static Toast sToast = null; field in ToastMaster
30 if (sToast != null) in setToast()
31 sToast.cancel(); in setToast()
32 sToast = toast; in setToast()
36 if (sToast != null) in cancelToast()
37 sToast.cancel(); in cancelToast()
38 sToast = null; in cancelToast()