Home | History | Annotate | Download | only in phone

Lines Matching refs:mToast

106     private Toast mToast;
989 if (mToast != null) {
990 mToast.cancel();
993 mToast = Toast.makeText(mContext, msg, Toast.LENGTH_LONG);
994 mToast.show();