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 93 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 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 b
    [all...]

Completed in 160 milliseconds