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

  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 118 private static HashMap<String, Integer> mContentTypeMap = null;
121 mContentTypeMap = new HashMap<String, Integer>();
125 mContentTypeMap.put(PduContentTypes.contentTypes[i], i);
852 Integer contentTypeIdentifier = mContentTypeMap.get(contentType);
917 mContentTypeMap.get(new String(partContentType));
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduComposer.java 120 private static SimpleArrayMap<String, Integer> mContentTypeMap = null;
123 mContentTypeMap = new SimpleArrayMap<String, Integer>();
127 mContentTypeMap.put(PduContentTypes.contentTypes[i], i);
915 final Integer contentTypeIdentifier = mContentTypeMap.get(contentType);
979 mContentTypeMap.get(new String(partContentType));
    [all...]
  /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 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 96 milliseconds