Home | History | Annotate | Download | only in stk

Lines Matching refs:toneMsg

42     TextMessage toneMsg = null;
68 if ((null == toneMsg) || (null == toneMsg.text) || (toneMsg.text.equals(""))) {
71 tv.setText(toneMsg.text);
74 if (toneMsg.icon == null) {
77 iv.setImageBitmap(toneMsg.icon);
80 if (toneMsg.iconSelfExplanatory && toneMsg.icon != null) {
125 toneMsg = intent.getParcelableExtra("TEXT");