OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AcknowledgeInd
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
AcknowledgeInd.java
25
public class
AcknowledgeInd
extends GenericPdu {
34
public
AcknowledgeInd
(int mmsVersion, byte[] transactionId)
48
AcknowledgeInd
(PduHeaders headers) {
PduParser.java
203
AcknowledgeInd
acknowledgeInd
=
204
new
AcknowledgeInd
(mHeaders);
205
return
acknowledgeInd
;
[
all
...]
PduPersister.java
635
pdu = new
AcknowledgeInd
(headers);
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
RetrieveTransaction.java
39
import com.google.android.mms.pdu.
AcknowledgeInd
;
275
AcknowledgeInd
acknowledgeInd
= new
AcknowledgeInd
(
280
acknowledgeInd
.setFrom(new EncodedStringValue(lineNumber));
284
sendPdu(new PduComposer(mContext,
acknowledgeInd
).make(), mContentLocation);
286
sendPdu(new PduComposer(mContext,
acknowledgeInd
).make());
Completed in 270 milliseconds