HomeSort by relevance Sort by last modified time
    Searched defs:MMS (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothMasInstance.java 81 public static final int MMS = 0x08;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 47 MMS
79 case MMS:
131 return TYPE.MMS;
  /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
149 } else if ("MMS".equals(s)) {
150 return Type.MMS;

Completed in 204 milliseconds