Searched refs:sendPdu (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | Transaction.java | 121 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
|
D | NotificationTransaction.java | 258 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation); in sendNotifyRespInd() 260 sendPdu(new PduComposer(mContext, notifyRespInd).make()); in sendNotifyRespInd()
|
D | ReadRecTransaction.java | 82 sendPdu(postingData); in process()
|
D | RetrieveTransaction.java | 284 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation); in sendAcknowledgeInd() 286 sendPdu(new PduComposer(mContext, acknowledgeInd).make()); in sendAcknowledgeInd()
|
D | SendTransaction.java | 113 byte[] response = sendPdu(SendingProgressTokenManager.get(tokenKey), in run()
|