HomeSort by relevance Sort by last modified time
    Searched refs:SMS_GSM (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 41 SMS_GSM,
59 case SMS_GSM:
109 return TYPE.SMS_GSM;
BluetoothMapContentObserver.java 123 smsType = TYPE.SMS_GSM;
568 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) {
574 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) {
592 if (type == TYPE.SMS_GSM || type == TYPE.SMS_CDMA) {
671 case SMS_GSM: //fall-through
    [all...]
BluetoothMapbMessage.java 472 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) {
477 case SMS_GSM:
    [all...]
BluetoothMapContent.java 473 type = TYPE.SMS_GSM;
645 type = TYPE.SMS_GSM;
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java 50 "TYPE:SMS_GSM\r\n" +
89 msg.setType(TYPE.SMS_GSM);
150 "TYPE:SMS_GSM\r\n" +
191 msg.setType(TYPE.SMS_GSM);
221 "TYPE:SMS_GSM\r\n" +
261 msg.setType(TYPE.SMS_GSM);
294 "TYPE:SMS_GSM\r\n" +
353 msg.setType(TYPE.SMS_GSM);
380 "TYPE:SMS_GSM\r\n" +

Completed in 518 milliseconds