OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendPdu
(Results
1 - 3
of
3
) 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,
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());
Completed in 43 milliseconds