Home
last modified time | relevance | path

Searched refs:mPartMapByFileName (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduBody.java33 private Map<String, PduPart> mPartMapByFileName = null; field in PduBody
45 mPartMapByFileName = new HashMap<String, PduPart>(); in PduBody()
73 mPartMapByFileName.put(clc, part); in putPartToMaps()
203 return mPartMapByFileName.get(filename); in getPartByFileName()