Searched refs:SMS_CDMA (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java146 } else if ("SMS_CDMA".equals(s)) {
147 return Type.SMS_CDMA;
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 DBluetoothMapbMessageSms.java60 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA
H A DBluetoothMapUtils.java107 SMS_CDMA, enum constant in enum:BluetoothMapUtils.TYPE
264 case SMS_CDMA:
297 case SMS_CDMA:
350 return TYPE.SMS_CDMA;
H A DBluetoothMapbMessage.java588 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) {
593 case SMS_CDMA:
H A DBluetoothMapContentObserver.java467 smsType = TYPE.SMS_CDMA;
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) {
2572 msg.getType().equals(TYPE.SMS_CDMA) ) {
H A DBluetoothMapContent.java733 type = TYPE.SMS_CDMA;
2234 ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals(tmpType))) {
2652 case SMS_CDMA:
3312 case SMS_CDMA:
3416 message.setType(TYPE.SMS_CDMA);
H A DBluetoothMapObexServer.java615 message.getType().equals(TYPE.SMS_CDMA) ||
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java124 private Bmessage.Type mDefaultMessageType = Bmessage.Type.SMS_CDMA;
271 if ((supportedMessageTypes & SdpMasRecord.MessageType.SMS_CDMA) > 0) {
272 mDefaultMessageType = Bmessage.Type.SMS_CDMA;
504 case SMS_CDMA:

Completed in 135 milliseconds