Home | History | Annotate | Download | only in service

Lines Matching defs:MmsConfig

43 public class MmsConfig {
53 * MmsConfig keys. These have to stay in sync with the MMS_CONFIG_* values defined in
191 public MmsConfig(Context context, int subId) {
198 Log.v(TAG, "MmsConfig: mUserAgent=" + mUserAgent + ", mUaProfUrl=" + mUaProfUrl);
201 Log.v(TAG, "MmsConfig: all settings -- " + mKeyValues);
205 * Return the subscription ID associated with this MmsConfig
207 * @return subId the subId associated with this MmsConfig
308 Log.e(TAG, "MmsConfig.update: invalid " + key + "," + value + "," + type);
321 Log.d(TAG, "MmsConfig.loadFromResources");
338 * This class returns corresponding MmsConfig values which can be overridden by
342 // The base MmsConfig
343 private final MmsConfig mBase;
347 public Overridden(MmsConfig
547 Log.v(TAG, "MmsConfig.getNai: nai=" + nai);