Home | History | Annotate | Download | only in service

Lines Matching defs:MmsConfig

44 public class MmsConfig {
54 * MmsConfig keys. These have to stay in sync with the MMS_CONFIG_* values defined in
185 public MmsConfig(Context context, long subId) {
192 Log.v(TAG, "MmsConfig: mUserAgent=" + mUserAgent + ", mUaProfUrl=" + mUaProfUrl);
195 Log.v(TAG, "MmsConfig: all settings -- " + mKeyValues);
199 * Return the subscription ID associated with this MmsConfig
201 * @return subId the subId associated with this MmsConfig
302 Log.e(TAG, "MmsConfig.update: invalid " + key + "," + value + "," + type);
315 Log.d(TAG, "MmsConfig.loadFromResources");
332 * This class returns corresponding MmsConfig values which can be overridden by
336 // The base MmsConfig
337 private final MmsConfig mBase;
341 public Overridden(MmsConfig base, Bundle overrides) {