OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toneMsg
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Stk/src/com/android/stk/
ToneDialog.java
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")
[
all
...]
StkAppService.java
[
all
...]
Completed in 2649 milliseconds