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