Searched refs:mms (Results 51 - 75 of 77) sorted by relevance

1234

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DSendReq.java18 package android.support.v7.mms.pdu;
53 * @param mmsVersion current viersion of mms
H A DEncodedStringValue.java18 package android.support.v7.mms.pdu;
H A DContentType.java18 package android.support.v7.mms.pdu;
23 public static final String MMS_MESSAGE = "application/vnd.wap.mms-message";
26 public static final String MMS_GENERIC = "application/vnd.wap.mms-generic";
H A DPduPart.java18 package android.support.v7.mms.pdu;
H A DPduHeaders.java18 package android.support.v7.mms.pdu;
432 // According to oma-ts-mms-enc-v1_3, section 7.3.50, we modify the invalid value.
447 // According to oma-ts-mms-enc-v1_3, section 7.3.58, we modify the invalid value.
462 // According to oma-ts-mms-enc-v1_3, section 7.3.48, we modify the invalid value.
H A DPduParser.java18 package android.support.v7.mms.pdu;
1331 * four parameters used in mms: "type", "start", "name", "charset".
1410 * From oma-ts-mms-conf-v1_3.pdf, chapter 10.2.3.
1434 * From oma-ts-mms-conf-v1_3.pdf
1478 * From oma-ts-mms-conf-v1_3.pdf
1598 * From oma-ts-mms-conf-v1_3.pdf, chapter 10.2.
/packages/services/Mms/src/com/android/mms/service/
H A DMmsConfigManager.java17 package com.android.mms.service;
131 LogUtil.i("mms config for sub " + subId + ": " + mmsConfig);
148 LogUtil.e(" Failed to load mms config: empty getActiveSubInfoList");
H A DApnSettings.java17 package com.android.mms.service;
28 import com.android.mms.service.exception.ApnException;
H A DMmsHttpClient.java17 package com.android.mms.service;
29 import com.android.mms.service.exception.MmsHttpException;
64 "*/*, application/vnd.wap.mms-message, application/vnd.wap.sic";
67 "application/vnd.wap.mms-message; charset=utf-8";
69 "application/vnd.wap.mms-message";
/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java27 import android.support.v7.mms.CarrierConfigValuesLoader;
28 import android.support.v7.mms.MmsManager;
144 // If Gservices is configured not to use mms api, force MmsManager to always use
145 // legacy mms sending logic
/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsManager.java17 package android.support.v7.mms;
H A DSendRequest.java17 package android.support.v7.mms;
H A DMmsNetworkManager.java17 package android.support.v7.mms;
222 // incoming call during the time we're trying to setup the mms connection.
223 // When the call ends, restart the process of mms connectivity.
H A DMmsService.java17 package android.support.v7.mms;
H A DDefaultApnSettingsLoader.java17 package android.support.v7.mms;
212 public static final String APN_TYPE_MMS = "mms";
H A DMmsHttpClient.java17 package android.support.v7.mms;
63 "*/*, application/vnd.wap.mms-message, application/vnd.wap.sic";
66 "application/vnd.wap.mms-message; charset=utf-8";
68 "application/vnd.wap.mms-message";
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DSyncCursorPair.java77 * @return If sms is in sync with telephony sms/mms providers
390 LogUtil.e(TAG, "SyncCursorPair: failed to query local sms/mms", e);
562 * Type selection for importing mms messages.
568 * @return The SQL selection for importing mms messages. This selects the message type,
623 final MmsMessage mms = (MmsMessage) message;
624 mmsToAdd.append(mms.getId(), mms);
625 threadId = mms.mThreadId;
645 * @return If sms is in sync with telephony sms/mms providers
/packages/apps/Messaging/src/com/android/messaging/sms/
H A DBugleCarrierConfigValuesLoader.java24 import android.support.v7.mms.CarrierConfigValuesLoader;
H A DBugleApnSettingsLoader.java26 import android.support.v7.mms.ApnSettingsLoader;
27 import android.support.v7.mms.MmsManager;
279 public static final String APN_TYPE_MMS = "mms";
370 final Apn apn = BaseApn.from("mms", mmsc, proxy, Integer.toString(port));
H A DMmsConfig.java20 import android.support.v7.mms.CarrierConfigValuesLoader;
117 LogUtil.e(LogUtil.BUGLE_TAG, "Get mms config failed: invalid subId. subId=" + subId
155 LogUtil.w(TAG, "Loading mms config failed: no active SIM");
H A DMmsSender.java25 import android.support.v7.mms.MmsManager;
79 * Send NotifyRespInd (response to mms auto download).
107 * Send AcknowledgeInd (response to mms manual download). Ignore failures.
199 MmsUtils.MMS_REQUEST_AUTO_RETRY, "Cannot create raw mms file");
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java47 import com.google.android.mms.pdu.PduHeaders;
48 import com.google.android.mms.util.DownloadDrmHelper;
81 * @return the table/view name of the mms data
92 // of mms data. For other apps, we present a restricted view which only contains sent
836 // Verify that the _data path points to mms data
931 private final static String VND_ANDROID_MMS = "vnd.android/mms";
932 private final static String VND_ANDROID_DIR_MMS = "vnd.android-dir/mms";
962 sURLMatcher.addURI("mms", null, MMS_ALL);
963 sURLMatcher.addURI("mms", "#", MMS_ALL_ID);
964 sURLMatcher.addURI("mms", "inbo
[all...]
H A DMmsSmsDatabaseHelper.java40 import com.google.android.mms.pdu.EncodedStringValue;
41 import com.google.android.mms.pdu.PduHeaders;
755 // monitor the mms table
1488 Log.e(TAG, "unable to clean up old mms file for " + pathToDelete, ex);
1842 // the pdu table. This could fail if the user has a lot of mms messages
H A DMmsSmsProvider.java45 import com.google.android.mms.pdu.PduHeaders;
60 * requested in the projection for a query. Its value is either "mms"
174 "vnd.android-dir/mms-sms";
228 // This code queries the sms and mms tables and returns a unified result set
230 // query the pdu, part and addr table to get the mms result. Note we're
238 private static final String AUTHORITY = "mms-sms";
278 // content://mms-sms/pending?
280 // content://mms-sms/pending?protocol=sms
282 // content://mms-sms/pending?protocol=mms
[all...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java25 import android.support.v7.mms.MmsManager;

Completed in 484 milliseconds

1234