HomeSort by relevance Sort by last modified time
    Searched refs:confirmMsg (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParams.java 57 TextMessage confirmMsg;
61 LaunchBrowserParams(CommandDetails cmdDet, TextMessage confirmMsg,
64 this.confirmMsg = confirmMsg;
70 if (icon != null && confirmMsg != null) {
71 confirmMsg.icon = icon;
99 TextMessage confirmMsg;
102 CallSetupParams(CommandDetails cmdDet, TextMessage confirmMsg,
105 this.confirmMsg = confirmMsg;
    [all...]
CatCmdMessage.java 49 public TextMessage confirmMsg;
73 mTextMsg = ((LaunchBrowserParams) cmdParams).confirmMsg;
85 mCallSettings.confirmMsg = ((CallSetupParams) cmdParams).confirmMsg;
107 mCallSettings.confirmMsg = in.readParcelable(null);
127 dest.writeParcelable(mCallSettings.confirmMsg, 0);
CommandParamsFactory.java 691 TextMessage confirmMsg = new TextMessage();
714 confirmMsg.text = ValueParser.retrieveAlphaId(ctlv);
720 confirmMsg.iconSelfExplanatory = iconId.selfExplanatory;
738 mCmdParams = new LaunchBrowserParams(cmdDet, confirmMsg, url, mode);
832 TextMessage confirmMsg = new TextMessage();
840 confirmMsg.text = ValueParser.retrieveAlphaId(ctlv);
845 confirmMsg.iconSelfExplanatory = confirmIconId.selfExplanatory;
860 mCmdParams = new CallSetupParams(cmdDet, confirmMsg, callMsg);
    [all...]
CatService.java 248 if ((((LaunchBrowserParams) cmdParams).confirmMsg.text != null)
249 && (((LaunchBrowserParams) cmdParams).confirmMsg.text.equals(STK_DEFAULT))) {
251 ((LaunchBrowserParams) cmdParams).confirmMsg.text = message.toString();
271 if ((((CallSetupParams) cmdParams).confirmMsg.text != null)
272 && (((CallSetupParams) cmdParams).confirmMsg.text.equals(STK_DEFAULT))) {
274 ((CallSetupParams) cmdParams).confirmMsg.text = message.toString();
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 436 launchConfirmationDialog(mCurrentCmd.getCallSettings().confirmMsg);

Completed in 23 milliseconds