Searched defs:MmsConfig (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/sms/
H A DMmsConfig.java44 public class MmsConfig { class
99 private static final Map<Integer, MmsConfig> sSubIdToMmsConfigMap = Maps.newHashMap();
101 private static final MmsConfig sFallback =
102 new MmsConfig(ParticipantData.DEFAULT_SELF_SUB_ID, new Bundle());
109 * Retrieves the MmsConfig instance associated with the given {@code subId}
111 public static MmsConfig get(final int subId) {
114 final MmsConfig mmsConfig = sSubIdToMmsConfigMap.get(realSubId);
126 private MmsConfig(final int subId, final Bundle values) { method in class:MmsConfig
148 // Rebuild the entire MmsConfig map.
161 addMmsConfig(new MmsConfig(subI
[all...]

Completed in 53 milliseconds