Home
last modified time | relevance | path

Searched refs:SMS_CDMA (Results 1 – 7 of 7) 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()
DBluetoothMapbMessageSms.java60 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()
DBluetoothMapbMessage.java588 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) { in parse()
593 case SMS_CDMA: in parse()
DBluetoothMapContentObserver.java463 smsType = TYPE.SMS_CDMA; in getSmsType()
2317 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2323 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2350 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusRead()
2548 msg.getType().equals(TYPE.SMS_CDMA) ) { in pushMessage()
DBluetoothMapContent.java739 type = TYPE.SMS_CDMA; in getType()
2235 ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals(tmpType))) { in msgListing()
2653 case SMS_CDMA: in convoListing()
3313 case SMS_CDMA: in getMessage()
3417 message.setType(TYPE.SMS_CDMA); in getSmsMessage()
DBluetoothMapObexServer.java597 message.getType().equals(TYPE.SMS_CDMA) || in pushMessage()
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
DBluetoothMapService.java626 case SMS_CDMA: in onGetMessage()