Home
last modified time | relevance | path

Searched refs:textMsg (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandParamsFactory.java337 TextMessage textMsg = new TextMessage(); in processDisplayText() local
343 textMsg.text = ValueParser.retrieveTextString(ctlv); in processDisplayText()
347 if (textMsg.text == null) { in processDisplayText()
353 textMsg.responseNeeded = false; in processDisplayText()
359 textMsg.iconSelfExplanatory = iconId.selfExplanatory; in processDisplayText()
364 textMsg.duration = ValueParser.retrieveDuration(ctlv); in processDisplayText()
368 textMsg.isHighPriority = (cmdDet.commandQualifier & 0x01) != 0; in processDisplayText()
369 textMsg.userClear = (cmdDet.commandQualifier & 0x80) != 0; in processDisplayText()
371 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processDisplayText()
398 TextMessage textMsg = new TextMessage(); in processSetUpIdleModeText() local
[all …]
DCommandParams.java55 DisplayTextParams(CommandDetails cmdDet, TextMessage textMsg) { in DisplayTextParams() argument
57 mTextMsg = textMsg; in DisplayTextParams()
116 PlayToneParams(CommandDetails cmdDet, TextMessage textMsg, in PlayToneParams() argument
119 mTextMsg = textMsg; in PlayToneParams()
230 BIPClientParams(CommandDetails cmdDet, TextMessage textMsg, boolean has_alpha_id) { in BIPClientParams() argument
232 mTextMsg = textMsg; in BIPClientParams()