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.java104 NONE, EMAIL, SMS_GSM, SMS_CDMA, MMS, IM; enumConstant
279 case SMS_GSM: in getMapHandle()
315 case SMS_GSM: in getMapConvoHandle()
373 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.java685 if (message.getType().equals(TYPE.SMS_GSM) || message.getType().equals(TYPE.SMS_CDMA)) { in pushMessage()
690 message.setType(TYPE.SMS_GSM); in pushMessage()
708 (message.getType().equals(TYPE.SMS_GSM) || message.getType() in pushMessage()
DBluetoothMapContentObserver.java454 smsType = TYPE.SMS_GSM; in getSmsType()
2424 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2430 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2459 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusRead()
2685 } 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()
2428 if (smsCursor != null && ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals( in msgListing()
2904 case SMS_GSM: in convoListing()
3574 case SMS_GSM: in getMessage()
3686 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.java352 } else if ((supportedMessageTypes & SdpMasRecord.MessageType.SMS_GSM) > 0) { in setDefaultMessageType()
353 mDefaultMessageType = Bmessage.Type.SMS_GSM; in setDefaultMessageType()
667 case SMS_GSM: in processInboundMessage()