Searched defs:pdu (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduContentTypes.java18 package com.google.android.mms.pdu;
H A DQuotedPrintable.java18 package com.google.android.mms.pdu;
H A DAcknowledgeInd.java18 package com.google.android.mms.pdu;
27 * Constructor, used when composing a M-Acknowledge.ind pdu.
H A DBase64.java18 package com.google.android.mms.pdu;
H A DDeliveryInd.java18 package com.google.android.mms.pdu;
H A DGenericPdu.java18 package com.google.android.mms.pdu;
24 * The headers of pdu.
H A DSendConf.java18 package com.google.android.mms.pdu;
H A DNotifyRespInd.java18 package com.google.android.mms.pdu;
27 * Constructor, used when composing a M-NotifyResp.ind pdu.
H A DReadOrigInd.java18 package com.google.android.mms.pdu;
H A DMultimediaMessagePdu.java18 package com.google.android.mms.pdu;
H A DNotificationInd.java18 package com.google.android.mms.pdu;
H A DPduBody.java18 package com.google.android.mms.pdu;
152 * Get pdu part by content id.
155 * @return the pdu part.
162 * Get pdu part by Content-Location. Content-Location of part is
166 * @return the pdu part.
173 * Get pdu part by name.
176 * @return the pdu part.
183 * Get pdu part by filename.
186 * @return the pdu part.
H A DReadRecInd.java18 package com.google.android.mms.pdu;
24 * Constructor, used when composing a M-ReadRec.ind pdu.
H A DEncodedStringValue.java18 package com.google.android.mms.pdu;
H A DRetrieveConf.java18 package com.google.android.mms.pdu;
H A DSendReq.java18 package com.google.android.mms.pdu;
51 * Constructor, used when composing a M-Send.req pdu.
H A DPduComposer.java18 package com.google.android.mms.pdu;
111 * Header of this pdu.
133 * @param pdu the pdu to be composed
135 public PduComposer(Context context, GenericPdu pdu) { argument
136 mPdu = pdu;
138 mPduHeader = pdu.getPduHeaders();
/frameworks/opt/mms/src/java/com/google/android/mms/util/
H A DPduCacheEntry.java20 import com.google.android.mms.pdu.GenericPdu;
27 public PduCacheEntry(GenericPdu pdu, int msgBox, long threadId) { argument
28 mPdu = pdu;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWapPushOverSms.java130 * @param pdu The WAP PDU, made up of one or more SMS PDUs
135 public int dispatchWapPdu(byte[] pdu) { argument
137 if (false) Log.d(LOG_TAG, "Rx: " + IccUtils.bytesToHexString(pdu));
140 int transactionId = pdu[index++] & 0xFF;
141 int pduType = pdu[index++] & 0xFF;
150 pduDecoder = new WspTypeDecoder(pdu);
189 System.arraycopy(pdu, headerStartIndex, header, 0, header.length);
194 intentData = pdu;
197 intentData = new byte[pdu.length - dataIndex];
198 System.arraycopy(pdu, dataInde
[all...]
H A DIccSmsInterfaceManager.java74 * raw pdu of the status report is in the extended data ("pdu").
111 * raw pdu of the status report is in the extended data ("pdu").
148 * to the recipient. The raw pdu of the status report is in the
149 * extended data ("pdu").
204 * @param pdu Raw message PDU.
207 protected byte[] makeSmsRecordData(int status, byte[] pdu) { argument
213 System.arraycopy(pdu, 0, data, 1, pdu
[all...]
H A DIccSmsInterfaceManagerProxy.java40 updateMessageOnIccEf(int index, int status, byte[] pdu) throws android.os.RemoteException { argument
41 return mIccSmsInterfaceManager.updateMessageOnIccEf(index, status, pdu);
44 public boolean copyMessageToIccEf(int status, byte[] pdu, argument
46 return mIccSmsInterfaceManager.copyMessageToIccEf(status, pdu, smsc);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSmsCbMessage.java73 for (byte[] pdu : pdus) {
74 Pair<String, String> p = parseBody(header, pdu);
107 * @param pdu the PDU to decode
110 private static Pair<String, String> parseBody(SmsCbHeader header, byte[] pdu) { argument
186 int nrPages = pdu[SmsCbHeader.PDU_HEADER_LENGTH];
188 if (pdu.length < SmsCbHeader.PDU_HEADER_LENGTH + 1 + (PDU_BODY_PAGE_LENGTH + 1)
190 throw new IllegalArgumentException("Pdu length " + pdu.length + " does not match "
200 int length = pdu[offset + PDU_BODY_PAGE_LENGTH];
207 Pair<String, String> p = unpackBody(pdu, encoding, offset, length,
216 int length = pdu
236 unpackBody(byte[] pdu, int encoding, int offset, int length, boolean hasLanguageIndicator, String language) argument
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DDataVerify.java66 * Compare pdu and received pdu
68 public synchronized boolean verifyData(byte[] pdu) { argument
82 Log.v(LOG_TAG, "verify pdu");
83 boolean ret = arrayCompare(pdu, mLastReceivedPdu);
107 public static void SetLastReceivedPdu(byte[] pdu) { argument
108 mLastReceivedPdu = pdu;
/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java25 * Manages SMS operations such as sending data, text, and pdu SMS messages.
70 * raw pdu of the status report is in the extended data ("pdu").
121 * to the recipient. The raw pdu of the status report is in the
122 * extended data ("pdu").
155 * raw pdu of the status report is in the extended data ("pdu").
172 * @param pdu the raw PDU to store
180 public final boolean copyMessageToSim(byte[] smsc, byte[] pdu, int status) { argument
181 return mSmsMgrProxy.copyMessageToIcc(smsc, pdu, statu
210 updateMessageOnSim(int messageIndex, int newStatus, byte[] pdu) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimSmsInterfaceManager.java108 * @param pdu the raw PDU to store
113 updateMessageOnIccEf(int index, int status, byte[] pdu) { argument
116 "("+ pdu + ")");
127 byte[] record = makeSmsRecordData(status, pdu);
143 * @param pdu the raw PDU to store
149 public boolean copyMessageToIccEf(int status, byte[] pdu, byte[] smsc) { argument
152 "pdu=("+ Arrays.toString(pdu) + ")");
158 mPhone.mCM.writeSmsToRuim(status, IccUtils.bytesToHexString(pdu),

Completed in 1528 milliseconds

12