Searched refs:textMsg (Results 1 – 2 of 2) sorted by relevance
337 TextMessage textMsg = new TextMessage(); in processDisplayText() local343 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 …]
55 DisplayTextParams(CommandDetails cmdDet, TextMessage textMsg) { in DisplayTextParams() argument57 mTextMsg = textMsg; in DisplayTextParams()116 PlayToneParams(CommandDetails cmdDet, TextMessage textMsg, in PlayToneParams() argument119 mTextMsg = textMsg; in PlayToneParams()230 BIPClientParams(CommandDetails cmdDet, TextMessage textMsg, boolean has_alpha_id) { in BIPClientParams() argument232 mTextMsg = textMsg; in BIPClientParams()