OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTextMsg
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java
39
TextMessage
mTextMsg
;
68
if (
mTextMsg
== null) {
86
setTitle(
mTextMsg
.title);
87
if (!(
mTextMsg
.iconSelfExplanatory &&
mTextMsg
.icon != null)) {
88
mMessageView.setText(
mTextMsg
.text);
91
if (
mTextMsg
.icon == null) {
96
new BitmapDrawable(
mTextMsg
.icon));
129
startTimeOut(
mTextMsg
.userClear);
143
outState.putParcelable(TEXT,
mTextMsg
);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatCmdMessage.java
30
private TextMessage
mTextMsg
;
66
mTextMsg
= ((DisplayTextParams) cmdParams).
mTextMsg
;
73
mTextMsg
= ((LaunchBrowserParams) cmdParams).mConfirmMsg;
81
mTextMsg
= params.
mTextMsg
;
84
mTextMsg
= ((CallSetupParams) cmdParams).mConfirmMsg;
96
mTextMsg
= param.
mTextMsg
;
108
mTextMsg
= in.readParcelable(null)
[
all
...]
CommandParams.java
45
TextMessage
mTextMsg
;
49
mTextMsg
= textMsg;
54
if (icon != null &&
mTextMsg
!= null) {
55
mTextMsg
.icon = icon;
86
TextMessage
mTextMsg
;
92
mTextMsg
= textMsg;
98
if (icon != null &&
mTextMsg
!= null) {
99
mTextMsg
.icon = icon;
189
TextMessage
mTextMsg
;
194
mTextMsg
= textMsg
[
all
...]
CatService.java
277
if ((((DisplayTextParams)cmdParams).
mTextMsg
.text != null)
278
&& (((DisplayTextParams)cmdParams).
mTextMsg
.text.equals(STK_DEFAULT))) {
280
((DisplayTextParams)cmdParams).
mTextMsg
.text = message.toString();
309
if ((cmd.
mTextMsg
.text == null) && (cmd.mHasAlphaId || noAlphaUsrCnf)) {
Completed in 93 milliseconds