Home | History | Annotate | Download | only in music

Lines Matching refs:mToast

87     private Toast mToast;
1021 if (mToast == null) {
1022 mToast = Toast.makeText(this, "", Toast.LENGTH_SHORT);
1024 mToast.setText(resid);
1025 mToast.show();