/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
H A D | Message.java | 147 return Type.SMS_CDMA; in strToType() 333 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
|
H A D | Bmessage.java | 168 EMAIL, SMS_GSM, SMS_CDMA, MMS enumConstant
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapUtils.java | 106 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 D | BluetoothMapbMessageSms.java | 65 mType == TYPE.SMS_CDMA ? BluetoothMapSmsPdu.SMS_TYPE_CDMA in parseMsgPart()
|
H A D | BluetoothMapbMessage.java | 600 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) { in parse() 605 case SMS_CDMA: in parse()
|
H A D | BluetoothMapObexServer.java | 690 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 D | BluetoothMapContentObserver.java | 454 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 D | BluetoothMapContent.java | 749 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 D | BluetoothMasInstance.java | 84 public static final int SMS_CDMA = 0x04; field in BluetoothMasInstance.MessageType
|
H A D | SdpMasRecord.java | 34 public static final int SMS_CDMA = 0x04; field in SdpMasRecord.MessageType
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
H A D | MceStateMachine.java | 140 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 D | MapClientContent.java | 198 case SMS_CDMA: in storeMessage()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RIL.java | 3848 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 D | telephony.proto | 2512 SMS_CDMA = 2; enumerator
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 2761 return is3gpp2 ? SmsSession.Event.Tech.SMS_CDMA : SmsSession.Event.Tech.SMS_GSM; in getSmsTech()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10658 Landroid/bluetooth/BluetoothMasInstance$MessageType;->SMS_CDMA:I 12523 Landroid/bluetooth/SdpMasRecord$MessageType;->SMS_CDMA:I
|