Home
last modified time | relevance | path

Searched refs:MMS (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapMessage.java70 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
156 return Type.MMS; in strToType()
DBluetoothMapBmessage.java54 EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
/frameworks/base/core/java/android/bluetooth/
DBluetoothMasInstance.java81 public static final int MMS = 0x08; field in BluetoothMasInstance.MessageType
DSdpMasRecord.java33 public static final int MMS = 0x08; field in SdpMasRecord.MessageType
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnSetting.java519 case PhoneConstants.APN_TYPE_MMS: return ApnTypes.MMS; in getApnBitmask()