Searched refs:mPartMapByName (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduBody.java29 private Map<String, PduPart> mPartMapByName = null; field in class:PduBody
40 mPartMapByName = new HashMap<String, PduPart>();
58 // Put part to mPartMapByName.
62 mPartMapByName.put(clc, part);
179 return mPartMapByName.get(name);

Completed in 62 milliseconds