Home
last modified time | relevance | path

Searched refs:mTextMsg (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandParams.java47 TextMessage mTextMsg; field in DisplayTextParams
51 mTextMsg = textMsg; in DisplayTextParams()
56 if (icon != null && mTextMsg != null) { in setIcon()
57 mTextMsg.icon = icon; in setIcon()
65 return "TextMessage=" + mTextMsg + " " + super.toString(); in toString()
106 TextMessage mTextMsg; field in PlayToneParams
112 mTextMsg = textMsg; in PlayToneParams()
118 if (icon != null && mTextMsg != null) { in setIcon()
119 mTextMsg.icon = icon; in setIcon()
209 TextMessage mTextMsg; field in BIPClientParams
[all …]
DCatCmdMessage.java30 private TextMessage mTextMsg; field in CatCmdMessage
87 mTextMsg = ((DisplayTextParams) cmdParams).mTextMsg; in CatCmdMessage()
94 mTextMsg = ((LaunchBrowserParams) cmdParams).mConfirmMsg; in CatCmdMessage()
102 mTextMsg = params.mTextMsg; in CatCmdMessage()
105 mTextMsg = ((CallSetupParams) cmdParams).mConfirmMsg; in CatCmdMessage()
117 mTextMsg = param.mTextMsg; in CatCmdMessage()
132 mTextMsg = in.readParcelable(null); in CatCmdMessage()
166 dest.writeParcelable(mTextMsg, 0); in writeToParcel()
221 return mTextMsg; in geTextMessage()
DCatService.java438 if ((((DisplayTextParams)cmdParams).mTextMsg.text != null) in handleCommand()
439 && (((DisplayTextParams)cmdParams).mTextMsg.text.equals(STK_DEFAULT))) { in handleCommand()
441 ((DisplayTextParams)cmdParams).mTextMsg.text = message.toString(); in handleCommand()
470 if ((cmd.mTextMsg.text == null) && (cmd.mHasAlphaId || noAlphaUsrCnf)) { in handleCommand()