Home
last modified time | relevance | path

Searched refs:PduPart (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DPduBody.java25 private Vector<PduPart> mParts = null;
27 private Map<String, PduPart> mPartMapByContentId = null;
28 private Map<String, PduPart> mPartMapByContentLocation = null;
29 private Map<String, PduPart> mPartMapByName = null;
30 private Map<String, PduPart> mPartMapByFileName = null;
36 mParts = new Vector<PduPart>(); in PduBody()
38 mPartMapByContentId = new HashMap<String, PduPart>(); in PduBody()
39 mPartMapByContentLocation = new HashMap<String, PduPart>(); in PduBody()
40 mPartMapByName = new HashMap<String, PduPart>(); in PduBody()
41 mPartMapByFileName = new HashMap<String, PduPart>(); in PduBody()
[all …]
DPduParser.java190 PduPart firstPart = mBody.getPart(0); in parse()
805 mStartParam = (byte[]) map.get(PduPart.P_START); in parseHeaders()
808 mTypeParam= (byte[]) map.get(PduPart.P_TYPE); in parseHeaders()
846 PduPart part = new PduPart(); in parseParts()
863 byte[] name = (byte[]) map.get(PduPart.P_NAME); in parseParts()
869 Integer charset = (Integer) map.get(PduPart.P_CHARSET); in parseParts()
913 if (encoding.equalsIgnoreCase(PduPart.P_BASE64)) { in parseParts()
916 } else if (encoding.equalsIgnoreCase(PduPart.P_QUOTED_PRINTABLE)) { in parseParts()
1385 case PduPart.P_TYPE: in parseContentTypeParams()
1386 case PduPart.P_CT_MR_TYPE: in parseContentTypeParams()
[all …]
DPduPersister.java357 private PduPart[] loadParts(long msgId) throws MmsException { in loadParts()
362 PduPart[] parts = null; in loadParts()
374 parts = new PduPart[partCount]; in loadParts()
376 PduPart part = new PduPart(); in loadParts()
610 PduPart[] parts = loadParts(msgId); in load()
697 private static String getPartContentType(PduPart part) { in getPartContentType()
701 public Uri persistPart(PduPart part, long msgId, HashMap<Uri, InputStream> preOpenedFiles) in persistPart()
781 private void persistData(PduPart part, Uri uri, in persistData()
1034 private void updatePart(Uri uri, PduPart part, HashMap<Uri, InputStream> preOpenedFiles) in updatePart()
1120 ArrayList<PduPart> toBeCreated = new ArrayList<PduPart>(); in updateParts()
[all …]
DPduComposer.java886 PduPart part; in makeMessageBody()
892 appendOctet(PduPart.P_DEP_START); in makeMessageBody()
901 appendOctet(PduPart.P_CT_MR_TYPE); in makeMessageBody()
960 appendOctet(PduPart.P_DEP_NAME); in makeMessageBody()
966 appendOctet(PduPart.P_CHARSET); in makeMessageBody()
979 appendOctet(PduPart.P_CONTENT_ID); in makeMessageBody()
990 appendOctet(PduPart.P_CONTENT_LOCATION); in makeMessageBody()
DPduPart.java28 public class PduPart { class
127 public PduPart() { in PduPart() method in PduPart
/frameworks/base/config/
Dhiddenapi-greylist.txt1585 Lcom/google/android/mms/pdu/PduBody;->addPart(ILcom/google/android/mms/pdu/PduPart;)V
1586 Lcom/google/android/mms/pdu/PduBody;->addPart(Lcom/google/android/mms/pdu/PduPart;)Z
1587 Lcom/google/android/mms/pdu/PduBody;->getPart(I)Lcom/google/android/mms/pdu/PduPart;
1588 …ndroid/mms/pdu/PduBody;->getPartByContentId(Ljava/lang/String;)Lcom/google/android/mms/pdu/PduPart;
1589 …/mms/pdu/PduBody;->getPartByContentLocation(Ljava/lang/String;)Lcom/google/android/mms/pdu/PduPart;
1590 …android/mms/pdu/PduBody;->getPartByFileName(Ljava/lang/String;)Lcom/google/android/mms/pdu/PduPart;
1591 …gle/android/mms/pdu/PduBody;->getPartByName(Ljava/lang/String;)Lcom/google/android/mms/pdu/PduPart;
1592 Lcom/google/android/mms/pdu/PduBody;->getPartIndex(Lcom/google/android/mms/pdu/PduPart;)I
1594 Lcom/google/android/mms/pdu/PduBody;->removePart(I)Lcom/google/android/mms/pdu/PduPart;
1634 Lcom/google/android/mms/pdu/PduParser;->checkPartPosition(Lcom/google/android/mms/pdu/PduPart;)I
[all …]