Searched refs:mPartMapByFileName (Results 1 – 2 of 2) sorted by relevance
30 private Map<String, PduPart> mPartMapByFileName = null; field in PduBody41 mPartMapByFileName = new HashMap<String, PduPart>(); in PduBody()69 mPartMapByFileName.put(clc, part); in putPartToMaps()189 return mPartMapByFileName.get(filename); in getPartByFileName()
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()