Searched refs:mPartMapByFileName (Results 1 – 1 of 1) sorted by relevance
33 private Map<String, PduPart> mPartMapByFileName = null; field in PduBody45 mPartMapByFileName = new HashMap<String, PduPart>(); in PduBody()73 mPartMapByFileName.put(clc, part); in putPartToMaps()203 return mPartMapByFileName.get(filename); in getPartByFileName()