Home
last modified time | relevance | path

Searched refs:TYPE_MMS (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java130 public static final int TYPE_MMS = 1; field in BluetoothMapContent.FilterInfo
260 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setSent()
281 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setRead()
303 if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setPriority()
325 if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setAttachmentSize()
359 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setText()
396 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setSize()
424 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setType()
470 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setRecipientAddressing()
497 } else if (fi.mMsgType == FilterInfo.TYPE_MMS) { in setRecipientName()
[all …]
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DContactDisplayUtils.java136 case Phone.TYPE_MMS: in getPhoneLabelResourceId()
191 case Phone.TYPE_MMS: in getSmsLabelResourceId()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DFallbackSource.java214 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true)); in inflatePhone()
565 case Phone.TYPE_MMS: return R.string.call_mms; in getTypeLabelResource()
600 case Phone.TYPE_MMS: return R.string.sms_mms; in getTypeLabelResource()
DExchangeSource.java142 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1)); in inflatePhone()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DExchangeAccountType.java191 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true).setSpecificMax(1)); in addDataKindPhone()
DBaseAccountType.java287 kind.typeList.add(buildPhoneType(Phone.TYPE_MMS).setSecondary(true)); in addDataKindPhone()
1085 if ("mms".equals(type)) return build(Phone.TYPE_MMS, true); in buildEditTypeForTypeTag()
/packages/apps/Exchange/src/com/android/exchange/eas/
DEasSyncContacts.java511 case Phone.TYPE_MMS: in sendPhone()
/packages/apps/Exchange/src/com/android/exchange/adapter/
DContactsSyncParser.java151 ops.addPhone(entity, Phone.TYPE_MMS, getValue()); in addData()