Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java106 NONE, EMAIL, SMS_GSM, SMS_CDMA, MMS, IM; enumConstant
277 case SMS_CDMA: in getMapHandle()
311 case SMS_CDMA: in getMapConvoHandle()
371 return TYPE.SMS_CDMA; in getMsgTypeFromHandle()
DBluetoothMapbMessageSms.java65 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()
DBluetoothMapbMessage.java600 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) { in parse()
605 case SMS_CDMA: in parse()
DBluetoothMapObexServer.java690 if (message.getType().equals(TYPE.SMS_GSM) || message.getType().equals(TYPE.SMS_CDMA)) { in pushMessage()
697 message.setType(TYPE.SMS_CDMA); in pushMessage()
714 .equals(TYPE.SMS_CDMA) || message.getType().equals(TYPE.MMS)) in pushMessage()
DBluetoothMapContentObserver.java454 smsType = TYPE.SMS_CDMA; in getSmsType()
2435 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2441 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2470 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusRead()
2740 .equals(TYPE.SMS_CDMA)) { in pushMessage()
DBluetoothMapContent.java749 type = TYPE.SMS_CDMA; in getType()
2423 if (smsCursor != null && ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals( in msgListing()
2897 case SMS_CDMA: in convoListing()
3569 case SMS_CDMA: in getMessage()
3677 message.setType(TYPE.SMS_CDMA); in getSmsMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DMessage.java147 return Type.SMS_CDMA; in strToType()
333 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
DBmessage.java168 EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java130 private Bmessage.Type mDefaultMessageType = Bmessage.Type.SMS_CDMA;
398 } else if ((supportedMessageTypes & SdpMasRecord.MessageType.SMS_CDMA) > 0) { in setDefaultMessageType()
399 mDefaultMessageType = Bmessage.Type.SMS_CDMA; in setDefaultMessageType()
764 case SMS_CDMA: in processInboundMessage()