Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DMessage.java143 return Type.SMS_CDMA; in strToType()
318 SMS_CDMA, enumConstant
DBmessage.java169 SMS_CDMA, enumConstant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapUtils.java119 SMS_CDMA, enumConstant
291 case SMS_CDMA: in getMapHandle()
328 case SMS_CDMA: in getMapConvoHandle()
381 return TYPE.SMS_CDMA; in getMsgTypeFromHandle()
DBluetoothMapbMessageSms.java66 mType == TYPE.SMS_CDMA in parseMsgPart()
DBluetoothMapbMessage.java548 && type != TYPE.SMS_CDMA in parse()
554 case SMS_CDMA: in parse()
DBluetoothMapObexServer.java714 if (message.getType().equals(TYPE.SMS_GSM) || message.getType().equals(TYPE.SMS_CDMA)) { in pushMessage()
720 message.setType(TYPE.SMS_CDMA); in pushMessage()
738 || message.getType().equals(TYPE.SMS_CDMA) in pushMessage()
DBluetoothMapContentObserver.java482 smsType = TYPE.SMS_CDMA; in getSmsType()
2892 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2898 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2926 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusRead()
3241 || msg.getType().equals(TYPE.SMS_CDMA)) { in pushMessage()
DBluetoothMapContent.java766 type = TYPE.SMS_CDMA; in getType()
2365 && ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals(tmpType))) { in msgListing()
2898 case SMS_CDMA: in convoListing()
3570 case SMS_CDMA: in getMessage()
3682 message.setType(TYPE.SMS_CDMA); in getSmsMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapSmsPduTest.java146 messageSmsToEncode.setType(BluetoothMapUtils.TYPE.SMS_CDMA); in getSubmitPdus_withTypeCDMA()
198 messageSmsToEncode.setType(BluetoothMapUtils.TYPE.SMS_CDMA); in getDeliverPdus_withTypeCDMA()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothMasInstance.java92 public static final int SMS_CDMA = 0x04; field in BluetoothMasInstance.MessageType
DSdpMasRecord.java34 public static final int SMS_CDMA = 0x04; field in SdpMasRecord.MessageType
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java179 private Bmessage.Type mDefaultMessageType = Bmessage.Type.SMS_CDMA;
505 } else if ((supportedMessageTypes & SdpMasRecord.MessageType.SMS_CDMA) > 0) { in setDefaultMessageType()
506 mDefaultMessageType = Bmessage.Type.SMS_CDMA; in setDefaultMessageType()
1111 case SMS_CDMA: in processInboundMessage()
DMapClientContent.java239 case SMS_CDMA: in storeMessage()