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

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduBody.java 28 private Map<String, PduPart> mPartMapByContentLocation = null;
39 mPartMapByContentLocation = new HashMap<String, PduPart>();
51 // Put part to mPartMapByContentLocation.
55 mPartMapByContentLocation.put(clc, part);
169 return mPartMapByContentLocation.get(contentLocation);
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
PduBody.java 28 private Map<String, PduPart> mPartMapByContentLocation = null;
39 mPartMapByContentLocation = new HashMap<String, PduPart>();
51 // Put part to mPartMapByContentLocation.
55 mPartMapByContentLocation.put(clc, part);
169 return mPartMapByContentLocation.get(contentLocation);
  /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 66 milliseconds