Home | History | Annotate | Download | only in phone

Lines Matching defs:sendEnvelopeWithStatus

543                         loge("sendEnvelopeWithStatus: No UICC");
550 uiccCard.sendEnvelopeWithStatus((String)request.argument, onCompleted);
562 loge("sendEnvelopeWithStatus: Empty response");
564 loge("sendEnvelopeWithStatus: CommandException: " +
567 loge("sendEnvelopeWithStatus: exception:" + ar.exception);
2584 public String sendEnvelopeWithStatus(int subId, String content) {
2586 mApp, subId, "sendEnvelopeWithStatus");