Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java147 return Type.SMS_CDMA; in strToType()
333 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
H A DBmessage.java168 EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapUtils.java106 NONE, EMAIL, SMS_GSM, SMS_CDMA, MMS, IM; enumConstant
277 case SMS_CDMA: in getMapHandle()
311 case SMS_CDMA: in getMapConvoHandle()
371 return TYPE.SMS_CDMA; in getMsgTypeFromHandle()
H A DBluetoothMapbMessageSms.java65 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()
H A DBluetoothMapbMessage.java600 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) { in parse()
605 case SMS_CDMA: in parse()
H A DBluetoothMapObexServer.java690 if (message.getType().equals(TYPE.SMS_GSM) || message.getType().equals(TYPE.SMS_CDMA)) { in pushMessage()
697 message.setType(TYPE.SMS_CDMA); in pushMessage()
714 .equals(TYPE.SMS_CDMA) || message.getType().equals(TYPE.MMS)) in pushMessage()
H A DBluetoothMapContentObserver.java454 smsType = TYPE.SMS_CDMA; in getSmsType()
2437 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2443 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusDeleted()
2472 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) { in setMessageStatusRead()
2742 .equals(TYPE.SMS_CDMA)) { in pushMessage()
H A DBluetoothMapContent.java749 type = TYPE.SMS_CDMA; in getType()
2423 if (smsCursor != null && ((TYPE.SMS_GSM).equals(tmpType) || (TYPE.SMS_CDMA).equals( in msgListing()
2897 case SMS_CDMA: in convoListing()
3569 case SMS_CDMA: in getMessage()
3677 message.setType(TYPE.SMS_CDMA); in getSmsMessage()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMasInstance.java84 public static final int SMS_CDMA = 0x04; field in BluetoothMasInstance.MessageType
H A DSdpMasRecord.java34 public static final int SMS_CDMA = 0x04; field in SdpMasRecord.MessageType
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMceStateMachine.java140 private Bmessage.Type mDefaultMessageType = Bmessage.Type.SMS_CDMA;
414 } else if ((supportedMessageTypes & SdpMasRecord.MessageType.SMS_CDMA) > 0) { in setDefaultMessageType()
415 mDefaultMessageType = Bmessage.Type.SMS_CDMA; in setDefaultMessageType()
805 case SMS_CDMA: in processInboundMessage()
H A DMapClientContent.java198 case SMS_CDMA: in storeMessage()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3848 mMetrics.writeRilSendSms(mPhoneId, rr.mSerial, SmsSession.Event.Tech.SMS_CDMA, in sendCdmaSMSExpectMore()
3859 mMetrics.writeRilSendSms(mPhoneId, rr.mSerial, SmsSession.Event.Tech.SMS_CDMA, in sendCdmaSMSExpectMore()
3888 mMetrics.writeRilSendSms(mPhoneId, rr.mSerial, SmsSession.Event.Tech.SMS_CDMA, in sendCdmaSms()
3897 mMetrics.writeRilSendSms(mPhoneId, rr.mSerial, SmsSession.Event.Tech.SMS_CDMA, in sendCdmaSms()
/aosp12/frameworks/opt/telephony/proto/src/
H A Dtelephony.proto2512 SMS_CDMA = 2; enumerator
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java2761 return is3gpp2 ? SmsSession.Event.Tech.SMS_CDMA : SmsSession.Event.Tech.SMS_GSM; in getSmsTech()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10658 Landroid/bluetooth/BluetoothMasInstance$MessageType;->SMS_CDMA:I
12523 Landroid/bluetooth/SdpMasRecord$MessageType;->SMS_CDMA:I