Searched refs:mPartMapByFileName (Results 1 – 1 of 1) 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()