Lines Matching refs:address

74     /** The address of the receiver. */
205 * Get an SMS-SUBMIT PDU for a destination address and a message
207 * @param scAddress Service Centre address. Null means use default.
209 * address, if applicable, and the encoded message.
222 * Get an SMS-SUBMIT PDU for a destination address and a message using the
225 * @param scAddress Service Centre address. Null means use default.
231 * address, if applicable, and the encoded message.
372 * Get an SMS-SUBMIT PDU for a destination address and a message
374 * @param scAddress Service Centre address. Null means use default.
376 * address, if applicable, and the encoded message.
387 * Get an SMS-SUBMIT PDU for a data message to a destination address & port
389 * @param scAddress Service Centre address. null == use default
390 * @param destinationAddress the address of the destination for the message
395 * address, if applicable, and the encoded message.
450 * @param scAddress Service Centre address. null == use default
451 * @param destinationAddress the address of the destination for the message
454 * address, if applicable, and the encoded message
462 // SMSC address with length octet, or 0
485 // destination address length in BCD digits, ignoring TON byte and pad
490 // destination address
512 * Parse and return the SC address prepended to SMS messages coming via
513 * the TS 27.005 / AT interface. Returns null on invalid address
523 // no SC address
526 // SC address
531 Rlog.d(LOG_TAG, "invalid SC address: ", tr);
549 * Any address except the SC address (eg, originating address) See TS
894 * SC address followed by 3GPP TS 23.040 [3] TPDU in hexadecimal format:
910 if (VDBG) Rlog.d(LOG_TAG, "SMS SC address: " + mScAddress);
996 if (VDBG) Rlog.v(LOG_TAG, "SMS originating address: "
997 + mOriginatingAddress.address);
1037 if (VDBG) Rlog.v(LOG_TAG, "SMS recipient address: " + mRecipientAddress.address);