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

1 2

  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
AttachmentUtilitiesTests.java 52 final String TEXT_PLAIN = "text/plain";
64 AttachmentUtilities.inferMimeType("a.eMl", TEXT_PLAIN));
80 assertEquals("image/png", AttachmentUtilities.inferMimeType(FILE_PNG, TEXT_PLAIN));
97 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType(FILE_ABC, TEXT_PLAIN));
98 assertEquals(TEXT_PLAIN,
99 AttachmentUtilities.inferMimeType(FILE_NO_EXT, TEXT_PLAIN));
100 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType(null, TEXT_PLAIN));
101 assertEquals(TEXT_PLAIN, AttachmentUtilities.inferMimeType("", TEXT_PLAIN))
    [all...]
  /external/chromium_org/ui/base/dragdrop/
gtk_dnd_util.h 28 TEXT_PLAIN = 1 << 4,
gtk_dnd_util.cc 23 case ui::TEXT_PLAIN:
24 gtk_target_list_add_text_targets(targets, ui::TEXT_PLAIN);
82 case TEXT_PLAIN:
166 case TEXT_PLAIN: {
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditor.java 77 mContext, ContentType.TEXT_PLAIN, "text_" + size + ".txt",
152 ContentType.TEXT_PLAIN, "text_" + position + ".txt",
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
MimeType.java 39 private static final String TEXT_PLAIN = "text/plain";
148 final boolean isTextPlain = TEXT_PLAIN.equalsIgnoreCase(mimeType);
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.cc 107 ui::TEXT_PLAIN,
154 if (data->target == ui::GetAtomForTarget(ui::TEXT_PLAIN)) {
  /frameworks/opt/mms/src/java/com/google/android/mms/
ContentType.java 31 public static final String TEXT_PLAIN = "text/plain";
84 sSupportedContentTypes.add(TEXT_PLAIN);
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.cc 84 targets_mask |= ui::TEXT_PLAIN;
174 case ui::TEXT_PLAIN: {
browser_toolbar_gtk.cc 415 static const int targets[] = { ui::TEXT_PLAIN, ui::TEXT_URI_LIST, -1 };
592 if (info != ui::TEXT_PLAIN) {
location_bar_view_gtk.cc 402 ui::TEXT_PLAIN |
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_drag_dest_gtk.cc 125 ui::TEXT_PLAIN,
185 if (target == ui::GetAtomForTarget(ui::TEXT_PLAIN)) {
web_drag_source_gtk.cc 85 targets_mask |= ui::TEXT_PLAIN;
181 case ui::TEXT_PLAIN: {
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 303 ui::TEXT_PLAIN |
364 case ui::TEXT_PLAIN: {
bookmark_bar_gtk.cc 84 ui::TEXT_PLAIN, -1 };
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 317 ui::TEXT_PLAIN |
391 case ui::TEXT_PLAIN: {
bookmark_bar_gtk.cc 104 ui::TEXT_PLAIN, -1 };
    [all...]
  /packages/apps/Mms/src/com/android/mms/model/
MediaModelFactory.java 121 return new TextModel(context, ContentType.TEXT_PLAIN, null, regionModel);
SlideModel.java 104 if (TextUtils.isEmpty(contentType) || ContentType.TEXT_PLAIN.equals(contentType)
SmilHelper.java 220 if (contentType.equals(ContentType.TEXT_PLAIN)
  /external/chromium_org/chrome/browser/ui/gtk/
browser_toolbar_gtk.cc 464 static const int targets[] = { ui::TEXT_PLAIN, ui::TEXT_URI_LIST, -1 };
652 if (info != ui::TEXT_PLAIN) {
location_bar_view_gtk.cc 611 ui::TEXT_PLAIN |
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 743 ui::TEXT_PLAIN,
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 437 if (ContentType.TEXT_PLAIN.equals(type) || ContentType.APP_SMIL.equals(type)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 770 ui::TEXT_PLAIN,
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 724 text = new TextModel(mActivity, ContentType.TEXT_PLAIN, "text_0.txt",
    [all...]

Completed in 675 milliseconds

1 2