Searched refs:SMS_GSM (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapUtils.java | 104 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()
|
D | BluetoothMapbMessage.java | 600 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) { in parse() 606 case SMS_GSM: in parse()
|
D | BluetoothMapObexServer.java | 685 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()
|
D | BluetoothMapContentObserver.java | 454 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()
|
D | BluetoothMapContent.java | 473 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/ |
D | Message.java | 145 return Type.SMS_GSM; in strToType() 333 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
|
D | Bmessage.java | 168 EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MceStateMachine.java | 352 } else if ((supportedMessageTypes & SdpMasRecord.MessageType.SMS_GSM) > 0) { in setDefaultMessageType() 353 mDefaultMessageType = Bmessage.Type.SMS_GSM; in setDefaultMessageType() 667 case SMS_GSM: in processInboundMessage()
|