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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java144 } else if ("SMS_GSM".equals(s)) {
145 return Type.SMS_GSM;
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.java106 SMS_GSM, enum constant in enum:BluetoothMapUtils.TYPE
261 case SMS_GSM:
296 case SMS_GSM:
348 return TYPE.SMS_GSM;
H A DBluetoothMapbMessage.java588 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) {
594 case SMS_GSM:
H A DBluetoothMapContentObserver.java469 smsType = TYPE.SMS_GSM;
2335 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) {
2341 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) {
2368 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) {
2571 } else if (msg.getType().equals(TYPE.SMS_GSM) ||
H A DBluetoothMapContent.java484 TYPE type = TYPE.SMS_GSM; // Just used for handle encoding
735 type = TYPE.SMS_GSM;
2234 ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals(tmpType))) {
2653 case SMS_GSM:
3311 case SMS_GSM:
3414 message.setType(TYPE.SMS_GSM);
H A DBluetoothMapObexServer.java614 || ((message.getType().equals(TYPE.SMS_GSM) ||
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java273 } else if ((supportedMessageTypes & SdpMasRecord.MessageType.SMS_GSM) > 0) {
274 mDefaultMessageType = Bmessage.Type.SMS_GSM;
505 case SMS_GSM:

Completed in 123 milliseconds