Searched refs:DisplayTextParams (Results 1 – 4 of 4) sorted by relevance
50 class DisplayTextParams extends CommandParams { class55 DisplayTextParams(CommandDetails cmdDet, TextMessage textMsg) { in DisplayTextParams() method in DisplayTextParams
447 if (STK_DEFAULT.equals(((DisplayTextParams)cmdParams).mTextMsg.text)) { in handleCommand()449 ((DisplayTextParams)cmdParams).mTextMsg.text = null; in handleCommand()456 if ((((DisplayTextParams)cmdParams).mTextMsg.text != null) in handleCommand()457 && (((DisplayTextParams)cmdParams).mTextMsg.text.equals(STK_DEFAULT))) { in handleCommand()459 ((DisplayTextParams)cmdParams).mTextMsg.text = message.toString(); in handleCommand()
98 mTextMsg = ((DisplayTextParams) cmdParams).mTextMsg; in CatCmdMessage()
371 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processDisplayText()421 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processSetUpIdleModeText()716 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processEventNotify()