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

  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 91 MmsConfig.init(this);
MmsConfig.java 37 public class MmsConfig {
117 Log.v(TAG, "MmsConfig.init()");
163 Log.v(TAG, "MmsConfig.getMaxMessageSize(): " + mMaxMessageSize);
443 String.format("MmsConfig.loadMmsSettings mms_config.xml missing %s setting",
  /packages/services/Mms/src/com/android/mms/service/
MmsConfig.java 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 b
    [all...]

Completed in 182 milliseconds