Home
last modified time | relevance | path

Searched refs:SMS_GSM (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java106 NONE, EMAIL, SMS_GSM, SMS_CDMA, MMS, IM; enumConstant
274 case SMS_GSM: in getMapHandle()
310 case SMS_GSM: in getMapConvoHandle()
368 return TYPE.SMS_GSM; in getMsgTypeFromHandle()
DBluetoothMapbMessage.java600 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) { in parse()
606 case SMS_GSM: in parse()
DBluetoothMapObexServer.java690 if (message.getType().equals(TYPE.SMS_GSM) || message.getType().equals(TYPE.SMS_CDMA)) { in pushMessage()
695 message.setType(TYPE.SMS_GSM); in pushMessage()
713 (message.getType().equals(TYPE.SMS_GSM) || message.getType() in pushMessage()
DBluetoothMapContentObserver.java456 smsType = TYPE.SMS_GSM; 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()
2739 } else if (msg.getType().equals(TYPE.SMS_GSM) || msg.getType() in pushMessage()
DBluetoothMapContent.java473 TYPE type = TYPE.SMS_GSM; // Just used for handle encoding in setThreadId()
751 type = TYPE.SMS_GSM; in getType()
2423 if (smsCursor != null && ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals( in msgListing()
2898 case SMS_GSM: in convoListing()
3568 case SMS_GSM: in getMessage()
3680 message.setType(TYPE.SMS_GSM); in getSmsMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DMessage.java145 return Type.SMS_GSM; 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.java400 } else if ((supportedMessageTypes & SdpMasRecord.MessageType.SMS_GSM) > 0) { in setDefaultMessageType()
401 mDefaultMessageType = Bmessage.Type.SMS_GSM; in setDefaultMessageType()
765 case SMS_GSM: in processInboundMessage()