Home
last modified time | relevance | path

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

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduBody.java31 private Map<String, PduPart> mPartMapByContentLocation = null; field in PduBody
43 mPartMapByContentLocation = new HashMap<String, PduPart>(); in PduBody()
59 mPartMapByContentLocation.put(clc, part); in putPartToMaps()
181 return mPartMapByContentLocation.get(contentLocation); in getPartByContentLocation()