Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduBody.java30 private Map<String, PduPart> mPartMapByFileName = null; field in PduBody
41 mPartMapByFileName = new HashMap<String, PduPart>(); in PduBody()
69 mPartMapByFileName.put(clc, part); in putPartToMaps()
189 return mPartMapByFileName.get(filename); in getPartByFileName()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A 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()