Searched refs:mPartMapByContentLocation (Results 1 – 1 of 1) sorted by relevance
28 private Map<String, PduPart> mPartMapByContentLocation = null; field in PduBody39 mPartMapByContentLocation = new HashMap<String, PduPart>(); in PduBody()55 mPartMapByContentLocation.put(clc, part); in putPartToMaps()169 return mPartMapByContentLocation.get(contentLocation); in getPartByContentLocation()