HomeSort by relevance Sort by last modified time
    Searched defs:sendPdu (Results 1 - 3 of 3) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 120 protected byte[] sendPdu(byte[] pdu) throws IOException, MmsException {
121 return sendPdu(SendingProgressTokenManager.NO_TOKEN, pdu,
136 protected byte[] sendPdu(byte[] pdu, String mmscUrl) throws IOException, MmsException {
137 return sendPdu(SendingProgressTokenManager.NO_TOKEN, pdu, mmscUrl);
151 protected byte[] sendPdu(long token, byte[] pdu) throws IOException, MmsException {
152 return sendPdu(token, pdu, mTransactionSettings.getMmscUrl());
167 protected byte[] sendPdu(long token, byte[] pdu,
NotificationTransaction.java 259 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
261 sendPdu(new PduComposer(mContext, notifyRespInd).make());
RetrieveTransaction.java 285 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation);
287 sendPdu(new PduComposer(mContext, acknowledgeInd).make());

Completed in 366 milliseconds