Home | History | Annotate | Download | only in telephony

Lines Matching refs:destPort

277         //   data and destPort if originally sent as sendData.
280 || (map.containsKey("data") && map.containsKey("destPort"))))) {
307 Integer destPort = (Integer) map.get("destPort");
312 scAddr, destAddr, destPort.intValue(), data,
317 scAddr, destAddr, destPort.intValue(), data,
372 * @param destPort the port to deliver the message to
392 destPort,
395 mImsSmsDispatcher.sendData(destAddr, scAddr, destPort, data, sentIntent,
398 mCdmaDispatcher.sendData(destAddr, scAddr, destPort, data, sentIntent, deliveryIntent);
400 mGsmDispatcher.sendData(destAddr, scAddr, destPort, data, sentIntent, deliveryIntent);