Searched refs:DisplayTextParams (Results 1 – 4 of 4) sorted by relevance
46 class DisplayTextParams extends CommandParams { class49 DisplayTextParams(CommandDetails cmdDet, TextMessage textMsg) { in DisplayTextParams() method in DisplayTextParams
368 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processDisplayText()418 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processSetUpIdleModeText()590 mCmdParams = new DisplayTextParams(cmdDet, null); in processRefresh()734 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processEventNotify()
87 mTextMsg = ((DisplayTextParams) cmdParams).mTextMsg; in CatCmdMessage()
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()