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

  /frameworks/base/core/java/android/bluetooth/
BluetoothMasInstance.java 79 public static final int SMS_GSM = 0x02;
SdpMasRecord.java 31 public static final int SMS_GSM = 0x02;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 70 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS
151 } else if ("SMS_GSM".equals(s)) {
152 return Type.SMS_GSM;
BluetoothMapBmessage.java 54 EMAIL, SMS_GSM, SMS_CDMA, MMS
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java 44 "TYPE:SMS_GSM\r\n" +
103 msg.setType(TYPE.SMS_GSM);
164 "TYPE:SMS_GSM\r\n" +
205 msg.setType(TYPE.SMS_GSM);
235 "TYPE:SMS_GSM\r\n" +
275 msg.setType(TYPE.SMS_GSM);
308 "TYPE:SMS_GSM\r\n" +
367 msg.setType(TYPE.SMS_GSM);
394 "TYPE:SMS_GSM\r\n" +
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 106 SMS_GSM,
261 case SMS_GSM:
296 case SMS_GSM:
348 return TYPE.SMS_GSM;
BluetoothMapbMessage.java 588 && type != TYPE.SMS_CDMA && type != TYPE.SMS_GSM) {
594 case SMS_GSM:
    [all...]
BluetoothMapContentObserver.java 466 smsType = TYPE.SMS_GSM;
    [all...]
BluetoothMapContent.java 490 TYPE type = TYPE.SMS_GSM; // Just used for handle encoding
    [all...]
BluetoothMapObexServer.java 614 || ((message.getType().equals(TYPE.SMS_GSM) ||
    [all...]
  /packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java 623 case SMS_GSM:
731 bmsg.setType(BluetoothMapBmessage.Type.SMS_GSM);
    [all...]

Completed in 200 milliseconds