Searched defs:toneMsg (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Stk/src/com/android/stk/
H A DToneDialog.java41 TextMessage toneMsg = null; field in class:ToneDialog
87 if ((null == toneMsg) || (null == toneMsg.text) || (toneMsg.text.equals(""))) {
90 tv.setText(toneMsg.text);
93 if (toneMsg.icon == null) {
96 iv.setImageBitmap(toneMsg.icon);
99 if (toneMsg.iconSelfExplanatory && toneMsg.icon != null) {
169 toneMsg
[all...]

Completed in 103 milliseconds