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

  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 122 protected byte[] sendPdu(byte[] pdu) throws IOException, MmsException {
123 return sendPdu(SendingProgressTokenManager.NO_TOKEN, pdu,
138 protected byte[] sendPdu(byte[] pdu, String mmscUrl) throws IOException, MmsException {
139 return sendPdu(SendingProgressTokenManager.NO_TOKEN, pdu, mmscUrl);
153 protected byte[] sendPdu(long token, byte[] pdu) throws IOException, MmsException {
154 return sendPdu(token, pdu, mTransactionSettings.getMmscUrl());
169 protected byte[] sendPdu(long token, byte[] pdu,
ReadRecTransaction.java 82 sendPdu(postingData);
NotificationTransaction.java 240 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
242 sendPdu(new PduComposer(mContext, notifyRespInd).make());
RetrieveTransaction.java 236 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation);
238 sendPdu(new PduComposer(mContext, acknowledgeInd).make());
SendTransaction.java 115 byte[] response = sendPdu(SendingProgressTokenManager.get(tokenKey),

Completed in 133 milliseconds