HomeSort by relevance Sort by last modified time
    Searched defs:SMS_GSM (Results 1 - 7 of 7) 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/
BluetoothMapBmessage.java 54 EMAIL, SMS_GSM, SMS_CDMA, MMS
BluetoothMapMessage.java 70 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS
151 } else if ("SMS_GSM".equals(s)) {
152 return Type.SMS_GSM;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
Bmessage.java 168 EMAIL, SMS_GSM, SMS_CDMA, MMS
Message.java 144 } else if ("SMS_GSM".equals(s)) {
145 return Type.SMS_GSM;
333 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS
  /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;

Completed in 455 milliseconds