HomeSort by relevance Sort by last modified time
    Searched defs:TEXT_PLAIN (Results 1 - 25 of 41) sorted by null

1 2

  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
AttachmentUtilitiesTests.java 54 final String TEXT_PLAIN = "text/plain";
66 AttachmentUtilities.inferMimeType("a.eMl", TEXT_PLAIN));
82 assertEquals("image/png", AttachmentUtilities.inferMimeType(FILE_PNG, TEXT_PLAIN));
99 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType(FILE_ABC, TEXT_PLAIN));
100 assertEquals(TEXT_PLAIN,
101 AttachmentUtilities.inferMimeType(FILE_NO_EXT, TEXT_PLAIN));
102 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType(null, TEXT_PLAIN));
103 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType("", TEXT_PLAIN))
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java 39 private static final String TEXT_PLAIN = "text/plain";
135 final boolean isTextPlain = TEXT_PLAIN.equalsIgnoreCase(mimeType);
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
FileURLConnection.java 52 static String TEXT_PLAIN = "text/plain";
139 properties.add(CONTENT_TYPE, TEXT_PLAIN);
  /development/samples/ApiDemos/src/com/example/android/mmslib/
ContentType.java 31 public static final String TEXT_PLAIN = "text/plain";
84 sSupportedContentTypes.add(TEXT_PLAIN);
  /frameworks/opt/telephony/src/java/com/google/android/mms/
ContentType.java 31 public static final String TEXT_PLAIN = "text/plain";
84 sSupportedContentTypes.add(TEXT_PLAIN);
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
ContentType.java 31 public static final String TEXT_PLAIN = "text/plain";
84 sSupportedContentTypes.add(TEXT_PLAIN);
  /packages/apps/Messaging/src/com/android/messaging/util/
ContentType.java 44 public static final String TEXT_PLAIN = "text/plain";
105 return TEXT_PLAIN.equals(contentType)
  /cts/tests/tests/location/src/android/location/cts/
EmergencyCallMessageTest.java 284 part.setContentType(ContentType.TEXT_PLAIN.getBytes());
  /cts/tests/tests/telephony/src/android/telephony/cts/
MmsTest.java 283 part.setContentType(ContentType.TEXT_PLAIN.getBytes());
  /development/samples/ApiDemos/src/com/example/android/apis/os/
MmsMessagingDemo.java 382 part.setContentType(ContentType.TEXT_PLAIN.getBytes());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
SmsFacade.java     [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java 378 private static final String TEXT_PLAIN = "text/plain";
403 bodyPart.put(Telephony.Mms.Part.CONTENT_TYPE, TEXT_PLAIN);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 437 part.setContentType(ContentType.TEXT_PLAIN.getBytes());
    [all...]
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-core-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/
jetty-http-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 677 milliseconds

1 2