Searched refs:logToast (Results 1 – 1 of 1) sorted by relevance
124 private Toast logToast; field in CallActivity291 if (logToast != null) { in onDestroy()292 logToast.cancel(); in onDestroy()465 if (logToast != null) { in logAndToast()466 logToast.cancel(); in logAndToast()468 logToast = Toast.makeText(this, msg, Toast.LENGTH_SHORT); in logAndToast()469 logToast.show(); in logAndToast()