Home | History | Annotate | Download | only in phone

Lines Matching refs:mToast

106     private Toast mToast;
1467 if (mToast != null) {
1468 mToast.cancel();
1471 mToast = Toast.makeText(mContext, msg, Toast.LENGTH_LONG);
1472 mToast