Home
last modified time | relevance | path

Searched refs:sendPdu (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/transaction/
DTransaction.java121 protected byte[] sendPdu(byte[] pdu) throws IOException, MmsException { in sendPdu() method in Transaction
122 return sendPdu(SendingProgressTokenManager.NO_TOKEN, pdu, in sendPdu()
137 protected byte[] sendPdu(byte[] pdu, String mmscUrl) throws IOException, MmsException { in sendPdu() method in Transaction
138 return sendPdu(SendingProgressTokenManager.NO_TOKEN, pdu, mmscUrl); in sendPdu()
152 protected byte[] sendPdu(long token, byte[] pdu) throws IOException, MmsException { in sendPdu() method in Transaction
153 return sendPdu(token, pdu, mTransactionSettings.getMmscUrl()); in sendPdu()
168 protected byte[] sendPdu(long token, byte[] pdu, in sendPdu() method in Transaction
DNotificationTransaction.java258 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation); in sendNotifyRespInd()
260 sendPdu(new PduComposer(mContext, notifyRespInd).make()); in sendNotifyRespInd()
DReadRecTransaction.java82 sendPdu(postingData); in process()
DRetrieveTransaction.java284 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation); in sendAcknowledgeInd()
286 sendPdu(new PduComposer(mContext, acknowledgeInd).make()); in sendAcknowledgeInd()
DSendTransaction.java113 byte[] response = sendPdu(SendingProgressTokenManager.get(tokenKey), in run()