Searched refs:MMS (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java148 } else if ("MMS".equals(s)) {
149 return Type.MMS;
333 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS enum constant in enum:Message.Type
H A DBmessage.java168 EMAIL, SMS_GSM, SMS_CDMA, MMS enum constant in enum:Bmessage.Type
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapUtils.java108 MMS, enum constant in enum:BluetoothMapUtils.TYPE
258 case MMS:
295 case MMS:
344 return TYPE.MMS;
H A DBluetoothMapContentObserver.java158 // Text only MMS converted to SMS if sms parts less than or equal to defined count
538 Log.e(TAG, "New MMS mailboxes have been introduced, without an update in BT...");
838 int type; // Used as folder for SMS/MMS
839 int threadId; // Used for SMS/MMS at delete
842 boolean localInitiatedSend = false; // Used for MMS to filter out events
860 * is used for email or SMS/MMS and whether or not the
1546 TYPE.MMS, date, subject, address, priority);
1549 TYPE.MMS, date, subject, address, priority,
1556 null, TYPE.MMS);
1569 getMmsFolderName(msg.type), TYPE.MMS);
[all...]
H A DBluetoothMapContent.java129 /* Type of MMS address. From Telephony.java it must be one of PduHeaders.BCC, */
136 /* OMA-TS-MMS-ENC defined many types in X-Mms-Message-Type.
489 type = TYPE.MMS;// Just used for handle encoding
502 // TODO: Maybe this should be valid for SMS/MMS
589 * For MMS all data is actually attachments, hence we do set the attachment size to
683 // TODO: Should be handled for SMS and MMS as well
702 //MMS complete size = attachment_size + subject length
738 type = TYPE.MMS;
1418 * Matching functions for originator and recipient for MMS
1785 /*only MMS hav
[all...]
H A DBluetoothMapbMessage.java47 protected TYPE mType = null; // SMS/MMS/EMAIL
597 case MMS:
H A DBluetoothMapObexServer.java222 * Add SMS / MMS Base folders
616 message.getType().equals(TYPE.MMS))
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java534 case MMS:

Completed in 167 milliseconds