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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
vms_make.com 65 $! Check for MMK/MMS
67 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
96 $ purge/nolog [...]descrip.mms
146 $! If MMS/MMK are available dump out the descrip.mms if required
149 $ write sys$output "Creating descrip.mms files ..."
151 $ create descrip.mms
152 $ open/append out descrip.mms
193 $(MMS)$(MMSQUALIFIERS
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothMasInstance.java 81 public static final int MMS = 0x08;
SdpMasRecord.java 33 public static final int MMS = 0x08;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 70 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS
155 } else if ("MMS".equals(s)) {
156 return Type.MMS;
BluetoothMapBmessage.java 54 EMAIL, SMS_GSM, SMS_CDMA, MMS
  /external/libpng/scripts/
makevms.com 4 $! Check for MMK/MMS
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
50 $! Build the thing plain or with mms/mmk
97 $ if f$search("DESCRIP.MMS") .eqs. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 108 MMS,
258 case MMS:
295 case MMS:
344 return TYPE.MMS;
BluetoothMapContentObserver.java 42 import android.provider.Telephony.Mms;
62 import com.google.android.mms.pdu.PduHeaders;
154 // X-Mms-Message-Type field types. These are from PduHeaders.java
157 // Text only MMS converted to SMS if sms parts less than or equal to defined count
211 Mms._ID,
212 Mms.THREAD_ID,
213 Mms.MESSAGE_TYPE,
214 Mms.MESSAGE_BOX,
215 Mms.READ
219 Mms._ID
    [all...]
BluetoothMapContent.java 28 import android.provider.Telephony.Mms;
47 import com.google.android.mms.pdu.CharacterSets;
48 import com.google.android.mms.pdu.PduHeaders;
135 /* Type of MMS address. From Telephony.java it must be one of PduHeaders.BCC, */
142 /* OMA-TS-MMS-ENC defined many types in X-Mms-Message-Type.
146 .format("( %s = %d OR %s = %d OR %s = %d )", Mms.MESSAGE_TYPE,
147 PduHeaders.MESSAGE_TYPE_SEND_REQ, Mms.MESSAGE_TYPE,
148 PduHeaders.MESSAGE_TYPE_RETRIEVE_CONF, Mms.MESSAGE_TYPE,
179 Mms.THREAD_ID
    [all...]
BluetoothMapbMessage.java 47 protected TYPE mType = null; // SMS/MMS/EMAIL
597 case MMS:
    [all...]
BluetoothMapObexServer.java 616 message.getType().equals(TYPE.MMS))
    [all...]
  /external/zlib/src/
make_vms.com 23 $! 0.09 20120305 SMS. P1 sets builder ("MMK", "MMS", " " (built-in)).
24 $! "" -> automatic, preference: MMK, MMS, built-in.
70 $! Check for MMK/MMS
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
172 $! Build the thing plain or with mms
357 $ if (mmks .eqs. "MMK") .or. (mmks .eqs. "MMS")
362 $ write sys$output "Use MMK or MMS instead"
417 $! If MMS/MMK are available dump out the descrip.mms if require
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapbMessageTest.java 435 * Test encoding of a simple MMS text message (UTF8). This validates most parameters.
443 "TYPE:MMS\r\n" +
508 msg.setType(TYPE.MMS);
  /external/ImageMagick/coders/
Make.com 166 $! Primitive MMS hack for DCL.

Completed in 227 milliseconds