OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mms
(Results
26 - 36
of
36
) sorted by null
1
2
/frameworks/opt/telephony/src/java/android/provider/
Telephony.java
46
* The Telephony provider contains data related to phone operation, specifically SMS and
MMS
65
* receives an
MMS
.</p>
75
* with the MIME type <code>"application/vnd.wap.
mms
-message"</code>.
78
* <p>This allows your app to directly receive incoming
MMS
messages.</p></li>
81
* </code>) with schemas, <code>sms:</code>, <code>smsto:</code>, <code>
mms
:</code>, and
88
* <code>sms:</code>, <code>smsto:</code>, <code>
mms
:</code>, and <code>mmsto:</code>.
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
SyncMessageBatch.java
22
import android.provider.Telephony.
Mms
;
62
// Set of
MMS
messages to add
87
// Store all the
MMS
messages
88
for (final MmsMessage
mms
: mMmsToAdd) {
89
storeMms(db,
mms
);
102
+ " for SMS/
MMS
" + message.getUri() + " with timestamp "
226
* Store the
MMS
message into local database
228
* @param
mms
230
private void storeMms(final DatabaseWrapper db, final MmsMessage
mms
) {
231
if (
mms
.mParts.size() < 1)
[
all
...]
ProcessDownloadedMmsAction.java
26
import android.provider.Telephony.
Mms
;
57
* Processes an
MMS
message after it has been downloaded.
95
// This is called when
MMS
lib API returns via PendingIntent
233
// Processing a real
MMS
download
250
LogUtil.e(TAG, "ProcessDownloadedMmsAction:
MMS
download file not found: "
253
LogUtil.e(TAG, "ProcessDownloadedMmsAction: Error reading
MMS
download file: "
262
+ "downloaded
MMS
pdu: " + downloadedFile.getAbsolutePath());
273
// Insert the downloaded
MMS
into telephony
385
// post-processing of
MMS
downloads (whether successful or not).
412
LogUtil.i(TAG, "ProcessDownloadedMmsAction: Processed
MMS
download of message " + messageI
415
DatabaseMessages.MmsMessage
mms
= null;
local
[
all
...]
/build/target/product/
sdk_base.mk
36
Mms
\
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
24
import android.provider.Telephony.
Mms
;
698
*
MMS
content test cases
708
String uriStr = String.format("content://
mms
/%d/addr", id);
730
String uriStr = String.format("content://
mms
/part/%d", partid);
753
String uriStr = String.format("content://
mms
/%d/part", id);
774
if (D) Log.d(TAG, "**** Dump of
mms
table ****");
775
Cursor c = mResolver.query(
Mms
.CONTENT_URI,
801
* be found for both
MMS
and SMS in the "canonical-addresses" table.
848
Uri uri = Uri.parse("content://
mms
-sms/canonical-addresses");
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
SmsFacade.java
19
import com.google.android.
mms
.ContentType;
20
import com.google.android.
mms
.InvalidHeaderValueException;
21
import com.google.android.
mms
.pdu.CharacterSets;
22
import com.google.android.
mms
.pdu.EncodedStringValue;
23
import com.google.android.
mms
.pdu.GenericPdu;
24
import com.google.android.
mms
.pdu.PduBody;
25
import com.google.android.
mms
.pdu.PduComposer;
26
import com.google.android.
mms
.pdu.PduHeaders;
27
import com.google.android.
mms
.pdu.PduParser;
28
import com.google.android.
mms
.pdu.PduPart
301
MmsBuilder
mms
= new MmsBuilder();
local
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 621 milliseconds
1
2