Home | History | Annotate | Download | only in cdma

Lines Matching defs:envelope

854      * Creates BearerData and Envelope from parameters for a Submit SMS.
900 SmsEnvelope envelope = new SmsEnvelope();
901 envelope.messageType = SmsEnvelope.MESSAGE_TYPE_POINT_TO_POINT;
902 envelope.teleService = teleservice;
903 envelope.destAddress = destAddr;
904 envelope.bearerReply = RETURN_ACK;
905 envelope.bearerData = encodedBearerData;
908 * TODO(cleanup): envelope looks to be a pointless class, get
909 * rid of it. Also -- most of the envelope fields set here
919 dos.writeInt(envelope.teleService);