Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java107 SMS_CDMA, enumConstant
264 case SMS_CDMA: in getMapHandle()
297 case SMS_CDMA: in getMapConvoHandle()
350 return TYPE.SMS_CDMA; in getMsgTypeFromHandle()
DBluetoothMapbMessage.java588 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) { in parse()
593 case SMS_CDMA: in parse()
DBluetoothMapbMessageSms.java60 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()
DBluetoothMapContentObserver.java444 smsType = TYPE.SMS_CDMA; in getSmsType()
2279 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2285 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2312 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusRead()
2510 msg.getType().equals(TYPE.SMS_CDMA) ) { in pushMessage()
DBluetoothMapContent.java730 type = TYPE.SMS_CDMA; in getType()
2223 ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals(tmpType))) { in msgListing()
2641 case SMS_CDMA: in convoListing()
3301 case SMS_CDMA: in getMessage()
3405 message.setType(TYPE.SMS_CDMA); in getSmsMessage()
DBluetoothMapObexServer.java597 message.getType().equals(TYPE.SMS_CDMA) || in pushMessage()