Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduBody.java28 private Map<String, PduPart> mPartMapByContentLocation = null; field in PduBody
39 mPartMapByContentLocation = new HashMap<String, PduPart>(); in PduBody()
55 mPartMapByContentLocation.put(clc, part); in putPartToMaps()
169 return mPartMapByContentLocation.get(contentLocation); in getPartByContentLocation()