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 120 protected byte[] sendPdu(byte[] pdu) throws IOException {
121 return sendPdu(SendingProgressTokenManager.NO_TOKEN, pdu,
135 protected byte[] sendPdu(byte[] pdu, String mmscUrl) throws IOException {
136 return sendPdu(SendingProgressTokenManager.NO_TOKEN, pdu, mmscUrl);
149 protected byte[] sendPdu(long token, byte[] pdu) throws IOException {
150 return sendPdu(token, pdu, mTransactionSettings.getMmscUrl());
164 protected byte[] sendPdu(long token, byte[] pdu, String mmscUrl) throws IOException {
ReadRecTransaction.java 83 sendPdu(postingData);
NotificationTransaction.java 232 sendPdu(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
234 sendPdu(new PduComposer(mContext, notifyRespInd).make());
RetrieveTransaction.java 231 sendPdu(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation);
233 sendPdu(new PduComposer(mContext, acknowledgeInd).make());
SendTransaction.java 118 byte[] response = sendPdu(SendingProgressTokenManager.get(tokenKey),

Completed in 1540 milliseconds