Home | History | Annotate | Download | only in telephony

Lines Matching refs:destPort

103     protected static final String MAP_KEY_DEST_PORT = "destPort";
425 int destPort = (int) map.get(MAP_KEY_DEST_PORT);
430 mTracker.mDestAddress, destPort,
762 * @param destPort the port to deliver the message to
782 protected void sendData(String destAddr, String scAddr, int destPort,
785 scAddr, destAddr, destPort, data, (deliveryIntent != null));
787 destPort, data, pdu);
901 int destPort, byte[] message, boolean statusReportRequested);
1798 int destPort, byte[] data, SmsMessageBase.SubmitPduBase pdu) {
1802 map.put(MAP_KEY_DEST_PORT, destPort);