OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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, MmsException {
121
return
sendPdu
(SendingProgressTokenManager.NO_TOKEN, pdu,
136
protected byte[]
sendPdu
(byte[] pdu, String mmscUrl) throws IOException, MmsException {
137
return
sendPdu
(SendingProgressTokenManager.NO_TOKEN, pdu, mmscUrl);
151
protected byte[]
sendPdu
(long token, byte[] pdu) throws IOException, MmsException {
152
return
sendPdu
(token, pdu, mTransactionSettings.getMmscUrl());
167
protected byte[]
sendPdu
(long token, byte[] pdu,
ReadRecTransaction.java
88
sendPdu
(postingData);
NotificationTransaction.java
258
sendPdu
(new PduComposer(mContext, notifyRespInd).make(), mContentLocation);
260
sendPdu
(new PduComposer(mContext, notifyRespInd).make());
RetrieveTransaction.java
284
sendPdu
(new PduComposer(mContext, acknowledgeInd).make(), mContentLocation);
286
sendPdu
(new PduComposer(mContext, acknowledgeInd).make());
SendTransaction.java
113
byte[] response =
sendPdu
(SendingProgressTokenManager.get(tokenKey),
Completed in 56 milliseconds