Searched refs:mTextMsg (Results 1 – 3 of 3) sorted by relevance
47 TextMessage mTextMsg; field in DisplayTextParams51 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 PlayToneParams112 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 …]
30 private TextMessage mTextMsg; field in CatCmdMessage87 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()
438 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()