HomeSort by relevance Sort by last modified time
    Searched defs:mPartMapByContentId (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduBody.java 27 private Map<String, PduPart> mPartMapByContentId = null;
38 mPartMapByContentId = new HashMap<String, PduPart>();
45 // Put part to mPartMapByContentId.
48 mPartMapByContentId.put(new String(contentId), part);
158 return mPartMapByContentId.get(cid);
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduBody.java 27 private Map<String, PduPart> mPartMapByContentId = null;
38 mPartMapByContentId = new HashMap<String, PduPart>();
45 // Put part to mPartMapByContentId.
48 mPartMapByContentId.put(new String(contentId), part);
158 return mPartMapByContentId.get(cid);
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 342 milliseconds