OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMS_CDMA
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothMasInstance.java
80
public static final int
SMS_CDMA
= 0x04;
SdpMasRecord.java
32
public static final int
SMS_CDMA
= 0x04;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java
70
UNKNOWN, EMAIL, SMS_GSM,
SMS_CDMA
, MMS
153
} else if ("
SMS_CDMA
".equals(s)) {
154
return Type.
SMS_CDMA
;
BluetoothMapBmessage.java
54
EMAIL, SMS_GSM,
SMS_CDMA
, MMS
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java
60
mType == TYPE.
SMS_CDMA
? BluetoothMapSmsPdu.SMS_TYPE_CDMA
BluetoothMapUtils.java
107
SMS_CDMA
,
264
case
SMS_CDMA
:
297
case
SMS_CDMA
:
350
return TYPE.
SMS_CDMA
;
BluetoothMapbMessage.java
588
&& type != TYPE.
SMS_CDMA
&& type != TYPE.SMS_GSM) {
593
case
SMS_CDMA
:
[
all
...]
BluetoothMapContentObserver.java
463
smsType = TYPE.
SMS_CDMA
;
[
all
...]
BluetoothMapContent.java
[
all
...]
BluetoothMapObexServer.java
597
message.getType().equals(TYPE.
SMS_CDMA
) ||
[
all
...]
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java
626
case
SMS_CDMA
:
[
all
...]
Completed in 2054 milliseconds