Home
last modified time | relevance | path

Searched refs:DisplayTextParams (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandParams.java50 class DisplayTextParams extends CommandParams { class
55 DisplayTextParams(CommandDetails cmdDet, TextMessage textMsg) { in DisplayTextParams() method in DisplayTextParams
DCatService.java447 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()
DCatCmdMessage.java98 mTextMsg = ((DisplayTextParams) cmdParams).mTextMsg; in CatCmdMessage()
DCommandParamsFactory.java371 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processDisplayText()
421 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processSetUpIdleModeText()
716 mCmdParams = new DisplayTextParams(cmdDet, textMsg); in processEventNotify()