Home
last modified time | relevance | path

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

/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCallActivity.java166 private Toast logToast; field in CallActivity
510 if (logToast != null) {
511 logToast.cancel();
682 if (logToast != null) {
683 logToast.cancel();
685 logToast = Toast.makeText(this, msg, Toast.LENGTH_SHORT);
686 logToast.show();