OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConfirmMsg
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParams.java
63
TextMessage
mConfirmMsg
;
70
mConfirmMsg
= confirmMsg;
77
if (icon != null &&
mConfirmMsg
!= null) {
78
mConfirmMsg
.icon = icon;
107
TextMessage
mConfirmMsg
;
113
mConfirmMsg
= confirmMsg;
122
if (
mConfirmMsg
!= null &&
mConfirmMsg
.icon == null) {
123
mConfirmMsg
.icon = icon;
CatCmdMessage.java
73
mTextMsg = ((LaunchBrowserParams) cmdParams).
mConfirmMsg
;
84
mTextMsg = ((CallSetupParams) cmdParams).
mConfirmMsg
;
88
mCallSettings.confirmMsg = ((CallSetupParams) cmdParams).
mConfirmMsg
;
CatService.java
263
if ((((LaunchBrowserParams) cmdParams).
mConfirmMsg
.text != null)
264
&& (((LaunchBrowserParams) cmdParams).
mConfirmMsg
.text.equals(STK_DEFAULT))) {
266
((LaunchBrowserParams) cmdParams).
mConfirmMsg
.text = message.toString();
286
if ((((CallSetupParams) cmdParams).
mConfirmMsg
.text != null)
287
&& (((CallSetupParams) cmdParams).
mConfirmMsg
.text.equals(STK_DEFAULT))) {
289
((CallSetupParams) cmdParams).
mConfirmMsg
.text = message.toString();
Completed in 38 milliseconds