Searched defs:MMS (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMasInstance.java81 public static final int MMS = 0x08; field in class:BluetoothMasInstance.MessageType
H A DSdpMasRecord.java33 public static final int MMS = 0x08; field in class:SdpMasRecord.MessageType
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java54 EMAIL, SMS_GSM, SMS_CDMA, MMS enum constant in enum:BluetoothMapBmessage.Type
H A DBluetoothMapMessage.java70 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS enum constant in enum:BluetoothMapMessage.Type
155 } else if ("MMS".equals(s)) {
156 return Type.MMS;

Completed in 85 milliseconds